How to Generate a New JSON Web Key with “dp” (First Factor CRT Exp) , “dq” (Second Factor CRT Exp) , “qi” (First CRT Coefficient) Parameter ? #3008
-
Hi, Sorry if it’s a newbie question but I experienced that : do not return any of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @jeanmichelcraye May I ask what prompted you to make this change? |
Beta Was this translation helpful? Give feedback.
-
Hello Vincent,
|
Beta Was this translation helpful? Give feedback.
Hello Vincent,
Thank you for the suggestion, it is actualy the workaround I use :
It is a more work as POST request could generate at first a full JWK private key with all option (dp,qi, ...) in one step.
To answer to your question, my purpose was to use HYDRA JWKS to store my own JWK in order to use Private key to sign my API Backend JWT requests and make JWK public key available to frontend apps.