How to Convert JWS Signed Payload from nimbus.jose to .NET Core
I am working on an integration with a third-party application. The payload is signed with JWS using the nimbus.jose library. However, nimbus.jose is not used in .NET Core.
I am working on an integration with a third-party application. The payload is signed with JWS using the nimbus.jose library. However, nimbus.jose is not used in .NET Core.