Replies: 1 comment
-
I'm not sure I follow: so the IDP rejects the client assertion with a kid mismatch error? The logs would help. FWIW: by default the OIDCPublicKeyFiles <kid>#<filename> |
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
-
While using oidc for private_key_jwt, The login flow works great but the client assertion fails because the "kid" in the client_assertion token does not match what is associated with the public cert configured in the provider. Where does the oidc obtain the kid for signing client assertion? I am using the following config.
Is there more configuration required?
Beta Was this translation helpful? Give feedback.
All reactions