Replies: 1 comment
-
@sohlae We do not support creating JWE's with A256GCM, we do decrypt such tokens. |
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
-
Hi, when I attempted to encrypt a JWT using the A256GCM algorithm, I received this exception. I am using version 6.35.0 of the Microsoft.IdentityModel.JsonWebTokens library.
Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException: 'IDX10617: Encryption failed. Keywrap is only supported for: 'A128CBC-HS256', 'A192CBC-HS384' and 'A256CBC-HS512'. The content encryption specified is: 'A256GCM'.'
I have a few questions:
Beta Was this translation helpful? Give feedback.
All reactions