You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access a token endpoint using jwt.go with client authentication by a private_key_jwt. I would like to use ES256 as the private key algorithm, but it appears that only RSA private keys are supported.
Is there a workaround to use ES256?
The text was updated successfully, but these errors were encountered:
nannany
changed the title
"Question: How to Use ES256 in jwt.go?
Question: How to Use ES256 in jwt.go?
Jul 3, 2024
I am trying to access a token endpoint using jwt.go with client authentication by a private_key_jwt. I would like to use ES256 as the private key algorithm, but it appears that only RSA private keys are supported.
Is there a workaround to use ES256?
The text was updated successfully, but these errors were encountered: