Topic by Riya Goel
Content
Hi,
I need to validate a JWT access token through Right Now controller. I already have the JWT Acess token and its X5C value from https://login.microsoftonline.com/common/discovery/v2.0/keys. We have to verify JWT token using the X5C value.
In open libraries provided by jwt.io for PHP they are using Openssl functions or phpseclib. Both of these are not supported by right now.
It would be very helpful if anyone can tell me how to validate JWT access token using X5C value in right now controller.
Thank in advance,
Riya