Azure SSO login problem #12747
-
Hi, My config is: values.yaml:
sso-configmap.yaml:
netbox-azure.yaml
Whatever i tried, i'm always receiving same error:
Error in netbox pod is:
Is it possible to make it work with azuread, documantation has only settings for github and keycloak? |
Beta Was this translation helpful? Give feedback.
Answered by
jovanradin
May 29, 2023
Replies: 1 comment
-
It was probably just copy/paste error in SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (didn't save secret) After recreating secret in azure everything works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jovanradin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was probably just copy/paste error in SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (didn't save secret)
After recreating secret in azure everything works.