NetBox, Unable to enable SAML SSO. #14407
Unanswered
HungryHowies
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is all new to me, still trying to get SAML to work on Netbox. I might be on the right track to enable SAML on Netbox. I have found the file needed to execute my configuration but it looks like I missing something. Using the following configurations I enabled the saml link on the login Web page. Using these configurations.
configurations
Results: Any further advice would be apperciated. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
Ubuntu 22.0.4, Nignx,NetBox version: 3.6.5, Python version: 3.10.12 && Let's encrypt.
The installation went good. I wanted to enable SAML SSO with my IDP called Zitadel, Very similar to Keycloak.
Having issues configuring/enabling NetBox for SAML SSO. The documentation isnt clear to me on what file/s need to be configured besides "configuration.py".
This was attempted (configuration shown below) and restart NetBox service, No Joy.
Used this documentation.
https://demo.netbox.dev/static/docs/administration/authentication/
From that, I think this needed?
https://github.com/jeremyschulman/django3-auth-saml2
Did not work as expected, No joy.
From the documentation above
Though I did that above?
https://python-social-auth.readthedocs.io/en/latest/backends/saml.html#basic-usage
Now Im getting confused on exactly what file should be configured or what package needs to be install.
I was unable to get it to work.
vi /opt/netbox/netbox/netbox/configuration.py
Another attempt, assumed I needed this configuration
I recieved the following error. Not sure what plugin.
What I was looking for to configure is something like this
Any advice or direction to documentation I over looked to at least enable SAML Authentication would be apperciated
Thank you in advance.
-- Gsmitt
EDIT: I came across this https://github.com/jeremyschulman/netbox-plugin-auth-saml2
Then went here to install django3-auth-saml2
Beta Was this translation helpful? Give feedback.
All reactions