Signing JWT used for client assertion using an external system #851
Unanswered
vivshankar
asked this question in
Q&A
Replies: 2 comments
Through an implementation of the ClientAuth interface. |
0 replies
|
Thanks @panva . That makes sense. Let me give that a try. |
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.
Long time user of this library and absolutely love it!
The current implementation of openid-client appears to require that the private key be packaged with the client application and be supplied to support private_key_jwt client authentication method. However, there are cases where the JWT may be signed through a system like Hashicorp Vault that offers JWT signing services. This allows the private key to remain within the crypto service.
Is there any way this can be accomplished currently with this library?
All reactions