Skip to content
Discussion options

You must be logged in to vote

It looks like you are trying to use it for Microsoft Azure? If so, you can follow the docs here: https://docs.netbox.dev/en/stable/administration/authentication/microsoft-azure-ad/ You mostly just need to following in your configuration.py:

REMOTE_AUTH_BACKEND = 'social_core.backends.azuread.AzureADOAuth2'
SOCIAL_AUTH_AZUREAD_OAUTH2_KEY = '{APPLICATION_ID}'
SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET = '{SECRET_VALUE}'

Don't touch the settings.py and you should be able to remove the extra lines you have shown above if those are in your configuration.py

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by OliPou
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants