SSO "jwt.exceptions.MissingRequiredClaimError" #16226
Replies: 1 comment
-
I had to fix my keycloak config to get it working. Nothing on netbox side. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement keycloak for netbox SSO. I am getting the error as below.

My helm values.yaml has these:
remoteAuth:
enabled: true
backends: [social_core.backends.keycloak.KeycloakOAuth2]
extraConfig:
SOCIAL_AUTH_KEYCLOAK_KEY:
SOCIAL_AUTH_KEYCLOAK_SECRET:
SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY:
SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL:
SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL:
name:
optional: false
Beta Was this translation helpful? Give feedback.
All reactions