SSO Using Authentik exception #18080
Unanswered
LilTrublMakr
asked this question in
Help Wanted!
Replies: 1 comment
-
The doc on Authentik's site is out of date. The SSO config should replace the extra config: /etc/netbox/config/extra.py instead and in the case of not docker, it should be placed near the configuration_example.py. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am trying to integrate SSO using Authentik using Authentik's doc. I followed everything there with the exception of the roles section at the very bottom of that page (because I am unsure on where to put it) and restarted the Netbox service. When I log out, I do see the "OpenID Connect" button for SSO, but when I click it, I get the following exception:
Relevant config:
/opt/netbox/netbox/netbox/config/authentik.py:
/opt/netbox/netbox/netbox/custom_pipeline.py is a copy and paste from the Authentik doc. SOCIAL_AUTH_PIPELINE() was added to the config file as a copy and paste as well.
This is on Ubuntu 24.04 and installed on the system; NOT using Docker. I have not created any custom groups or anything like that. Any help on this matter would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions