Participant I
Since ‎12-22-2020
‎10-15-2021

My Stats

  • 10 Posts
  • 0 Solutions
  • 1 Likes given
  • 3 Likes received

seancochrane's Bio

Badges seancochrane Earned

View all badges

Recent Activity

I need to respond with a 302 Found delegation pattern response when a system tries to access certain endpoints. This is to give callers a new resource URL when uploading large documents and JWT token for the resource (because Apigee is not meant for ...
I have decoded a JWT token which has a specific claim - {jwt.ContextToken.claim.appctxsender}However I need to use part of this string - the format or the claim string is abcdefghiljk@123456677 - how would I use the characters after the @ symbol in a...
We need to verify a JWT Token using a key which has been encoded to B64. We cannot decode the key and use the string because it contains non-printable characters (hence why it is more secure than a plain text key). However, the JWT verify policy does...
Likes from