Azure AD SAML SSO using social auth causes frequent 503 errors #15209
Unanswered
ghost
asked this question in
Help Wanted!
Replies: 0 comments
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.
-
I have a 3.7.2 Netbox deployment running in K8s using the netbox-chart. I am trying to configure SSO with SAML using Azure AD. I'm using SAML as it seems like the documents OAuth method doesn't support group mappings. Sometimes authentication works correctly. An unknown user is created in Netbox with the correct attributes and is signed in. However logging out and logging in again results in a 503. In the netbox logs I see the following:
Here's the relevant part of my Netbox config in the helm chart values:
While debugging this I have removed my custom group mapping step from the pipeline. Issue seems to happen with or without that, so it doesn't seem related.
Are there any more logs I could find related to this? There's nothing on the NGINX logs for the cluster ingress controller. I also find it weird the netbox process is exiting and restarting without any sort of error message while netbox is in debug mode.
Any pointers would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions