AzureSSO Issue <class 'social_core.exceptions.AuthCanceled'> #13258
Unanswered
schmitzkopf
asked this question in
Q&A
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.
-
Hello forum :)
I am trying to implement AzureSSO with NetBox and it seems to be almost working. When I try to log in with AzureSSO the following error occurs:
<class 'social_core.exceptions.AuthCanceled'>
Authentication process canceled: AADSTS650056: Misconfigured application. This could be due to one of the following: the client has not listed any permissions for 'AAD Graph' in the requested permissions in the client's application registration. Or, the admin has not consented in the tenant. Or, check the application identifier in the request to ensure it matches the configured client application identifier. Or, check the certificate in the request to ensure it's valid. Please contact your admin to fix the configuration or consent on behalf of the tenant.
Client app ID: XXX
Trace ID: XXX
Correlation ID: XXX
Timestamp: whenever I try to log in
Python version: 3.10.6
NetBox version: 3.5.6
Does anybody had a similar issue or knows what to do? Do I need to configure special permissions first in the NetBox application - I thought the user is recognized after the initial and first login with the Azure-Account and then I can put the user in the needed groups. It states, "not listed any permissions for AAD Graph" > can't find any permissions needed in the official documentation..: https://docs.netbox.dev/en/stable/administration/authentication/microsoft-azure-ad/#testing
The following answers from MS is one thing I found: https://learn.microsoft.com/en-us/answers/questions/1250694/how-to-resolve-aadsts650056-misconfigured-applicat
My Azure-Colleague who configured it, says he checked all the answers and he sees the issue in Netbox.
Thanks already in advance!
Beta Was this translation helpful? Give feedback.
All reactions