JWKs use sig
vs enc
#3349
Unanswered
istibekesi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, please try this on Ory Hydra 2.0! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created two JWKs using hydra admin api.
First key is configured with
use: sign
, second withuse: enc
According to my test results, the configuration above produces
id_token
signed with the key havinguse: enc
.Instead of the one specified with
use: sig
(The JWT headerkid
matches the sign key too)How the selection works in case of multiple
jwk
s?Is there any way to configure this behavior?
Beta Was this translation helpful? Give feedback.
All reactions