Replies: 3 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I set this up today and hit the same issue you have. I had to go in an manually authorise the app in Azure AD to get it working. Look under the "Enterprise App" section in Azure and find you App and then "Grant Admin consent......" under permissions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I would appreciate some help with Netbox Azure AD Authentication.
I keep getting the following error:
Here is my current config from configuration.py
REMOTE_AUTH_ENABLED = True
REMOTE_AUTH_BACKEND = 'social_core.backends.azuread.AzureADOAuth2'
SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
REMOTE_AUTH_AUTO_CREATE_USER = True
SOCIAL_AUTH_AZUREAD_OAUTH2_KEY = '###'
SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET = '###'
I have obfuscated the KEY and SECRET intentionally but have confirmed that these are correct and have viewed all the previous discussions regarding this issue and verified that everything is correct.
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions