Participant I
Since ‎02-19-2019
‎06-22-2021

My Stats

  • 9 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

nileshravinaik's Bio

Badges saisurekha1317 Earned

View all badges

Recent Activity

I would like to validate external token using JavaScript policy. I could not find any documentation on this. Please provide example code snippets, if possible.Thank you.
I would like to validate a JWT token which is coming from client system or any other system in apigee.How to do it in apigee edge? Any document or video tutorials would be helpful.
Let's say I have this REST resource http://example.com. In this I can access A, B, C, D resources.Ex: http://example.com/A, http://example.com/B, http://example.com/C etc.Here, for any user I would like to restrict access to C(http://example.com/C), ...