Entra ID SSO fail with: AADSTS50011 #1621
Unanswered
ghost
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am hosting netbox with podman at the url: https://netbox-test.mycompany.local
I followed the steps in the official guide: https://netboxlabs.com/docs/netbox/administration/authentication/microsoft-entra-id/
However, when I try to log in with Entra ID, the following error appears:
The redirect URI 'https://localhost:8000/oauth/complete/azuread-oauth2/' specified in the request does not match the redirect URIs configured for the application.
In Entra ID, I set the redirect URL to: "https://netbox-test.mycompany.local"
In configuration.py, I added the following in addition to the basic variables:
In the
.envfile:Beta Was this translation helpful? Give feedback.
All reactions