Title here
Summary here
When using jose-jwt to decrypt JWT that are encrypted using ECDH-ES algorithms, we will run into the following exception when running the code on Linux environments:
Unhandled exception. System.PlatformNotSupportedException: Windows Cryptography Next Generation (CNG) is not supported on this platform.
The library uses CNG, which is Windows only and not available on Linux.
Until this issue is resolved and released for jose-jwt, ECDH-ES decryption will not work on Linux.