Question
59
Views
Posted: August 19, 2020
Last activity: August 19, 2020
How to test service REST with custom auth(JSON Web Token (JWT) profile) in postman
We have service rest which is using custom auth with token profile configuration and pxProcessJWT is used to validate access token.
I am not sure how generate this access token and how to pass same in postman so that I can test the Service rest.