Validating Transport Certificate in Private Key JWT authentcation #1276
shashanksapre
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have come across a use case where, if a client that has been registered to use private_key_jwt as the token authentication method is also sending a client certificate in mtls, we need to validate whether the mtls certificate belongs to the same client (or organisation) whose jwks_uri is being used to verify the client_assertion. The client's jwks endpoint response contains both signing and transport keys (open banking UK). We didn't see any placeholder to validate this.
Beta Was this translation helpful? Give feedback.
All reactions