Azure AD Python Social Auth #882
Replies: 1 comment 3 replies
-
I have actually made some progress on this but have another problem. Once this was complete I restarted docker to make the configuration changes live. And success, well sort of. The option to login with Azure AD is now listed and I click it and get to the next hurdle: Here the Client ID is listed as None and the URL paints the same picture: Now I can copy and paste the client ID obtained from Azure and replace None and it actually works. So the question is why isn't Netbox sending the client ID in its request? |
Beta Was this translation helpful? Give feedback.
-
Hello.
I'm loving netbox-docker, lots of great information out there. However, setting up NetBox to run with Azure AD using Python Social Auth seems to be a bit of a mystery.
I'm running the latest version but all the docs I have found seem to be confusing.
I have the following guide for Python Social Auth:
https://python-social-auth.readthedocs.io/en/latest/backends/azuread.html
But I really don't know where to put the details in when I have them in netbox-docker. configuration.py says it doesn't recommend editing it. So do I put details into the NetBox front end on the admin panel?
If someone has got this working it would be really useful to have a guide on how to do this while using netbox-docker.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions