Encrypting and Decrypting Using A256GCM Algorithm #2607
-
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.
I have a few questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
brentschmaltz
Aug 13, 2024
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
Answer selected by
sohlae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sohlae We do not support creating JWE's with A256GCM, we do decrypt such tokens.