Closed
Description
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.4
Python Version
3.10
Steps to Reproduce
Update from NetBox v4.1.1 to v4.1.4 (SSO with Entra ID enabled)
Expected Behavior
According to the #15829, the new label Microsoft Entra ID was expected when SSO with Entra ID is enabled on NetBox.
Observed Behavior
The login screen doesn't show the Microsoft Entra ID label
The link associated to SSO button is .../oauth/login/azuread-oauth2/?next=%2F
. With reference to doc Microsoft Entra ID, if I change the Redirect URI (Azure App Registrations) from /oauth/complete/azuread-oauth2/
to /oauth/complete/entraid-oauth2/
. login doesn't work anymore.