AzureAD V2 Tenant OAuth2 missing from the AUTH_BACKEND_ATTRS #7140

Closed
opened 2025-12-29 20:19:39 +01:00 by adam · 0 comments
Owner

Originally created by @joachimBurket on GitHub (Oct 20, 2022).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.3.5

Python version

3.9

Steps to Reproduce

  1. Configured Social Auth with the backend azuread-v2-tenant-oauth2 (https://github.com/python-social-auth/social-core/blob/master/social_core/backends/azuread_tenant.py#L104)
  2. Go in the login page

Expected Behavior

The SSO provider should be Microsoft Azure AD

Observed Behavior

The SSO provider is azuread-v2-tenant-oauth2.

The backend should be added in netbox/netbox/authentication.py (see https://github.com/joachimBurket/netbox/blob/azuread-v2-tenant-oauth2/netbox/netbox/authentication.py#L27)

Originally created by @joachimBurket on GitHub (Oct 20, 2022). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.3.5 ### Python version 3.9 ### Steps to Reproduce 1. Configured Social Auth with the backend `azuread-v2-tenant-oauth2` (https://github.com/python-social-auth/social-core/blob/master/social_core/backends/azuread_tenant.py#L104) 2. Go in the login page ### Expected Behavior The SSO provider should be `Microsoft Azure AD` ### Observed Behavior The SSO provider is `azuread-v2-tenant-oauth2`. The backend should be added in `netbox/netbox/authentication.py` (see https://github.com/joachimBurket/netbox/blob/azuread-v2-tenant-oauth2/netbox/netbox/authentication.py#L27)
adam added the type: bugstatus: accepted labels 2025-12-29 20:19:39 +01:00
adam closed this issue 2025-12-29 20:19:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7140