-
Hi, We are trying to use the private_key_jwt as token_endpoint_auth_method. Currently we are stuck on the following error: failed to determine a JWS Algorithm to use for private_key_jwt Client Assertion If we add This is an example of the jwk format we are using:
This is how we import it into the client:
Do you have a suggestion what we are doing wrong? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You cannot do EdDSA over a P-256 EC key. You need an Ed25519 or Ed448 OKP key. |
Beta Was this translation helpful? Give feedback.
You cannot do EdDSA over a P-256 EC key. You need an Ed25519 or Ed448 OKP key.