Unable to log in via OIDC/Authentik: InvalidAudienceError (k8s) #20506
Unanswered
stblassitude
asked this question in
Q&A
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.
-
I've successfully configured OIDC with
social_core.backends.open_id_connect.OpenIdConnectAuth
using the documentation, and I do get back to NetBox from my IdP (Authentik), but I then get a 500 with:I do not get any log output in the pod, only the 500 access log entry.
My understanding is that this exception is thrown by PyJWT when the
aud
attribute in the token does not match what the caller passed. Social Login is passing the client ID, so that should be correct.I have a few questions:
aud
attribute returned in the token will be the client ID.aud
attribute is. I have read through the Social Login docs, but I can't seem to find a debug log or similar?Beta Was this translation helpful? Give feedback.
All reactions