Team,
I am currently trying to implement message level encryption in .Net Core and I am using JWE-JWS User Guide v1.0.1.pdf along with mle samples for C#.
Using mle sample code for C#, I was able to successfully generate jwe for card services api in sandbox environment (https://sandbox.api.visa.com/dcas/cardservices/v2/cards) and decrypt response as well using two way ssl.
But, the JWE-JWS user guide available through the dashboard section states that I need to implement JWS logic after JWE. Can you please confirm if we are supposed to implement JSON Web Signature as well along with JSON Web Encryption or is JSON Web Encryption sufficient ?
Hi @liri, Thank you for reaching out. An agent will get back to you soon. Until then, if any community member knows a solution, feel free to reply in this thread.