Replies: 1 comment
-
|
private_key_jwt is not encrypted, only signed, which is why you pass only a single private key for its signing needs. Other than that, this question is rather cryptic too so without further context, that's all i can offer. |
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.
-
To start, let me thank you again for this library.
I run into the following issue:
Do I only need to pass along one of the two keys? Or can I pass along the JWKS as a whole?
I am afraid that the error messages I get are quite cryptic, so any pointers in the right direction would be tremendously appreciated.
Beta Was this translation helpful? Give feedback.
All reactions