iloveapis apigee-edge-callout-jwt-signed JSON Data type

sharath034
Participant II

We are using Apigee Edge On-Premises Enterprise Software.

I am looking generate a JWT Token which give JSON payload, for that i had imported iloveapis JWT-Signed java program which has two classes
1)CreatorCallout Class -> For generating JWT.

2)ParserCallout Class-> for verifying JWT.

i have managed to change the type strictness in creatorcallout class and was able to generate the JWT token which has JSON payload but i am not able to verify the jwt token using parsercallout class.

I wanted to know, first in knowledge. Does apigee accepts/works on JSON?? Upto my knowledge of expertise the apigee frameworks are build only to accept String Datatype and Naive Array Data type.

0 1 177
1 REPLY 1

i am not able to verify the jwt token using parsercallout class.

What's the problem? You've said "it's not working", but haven't described how it is not working for you.

Does apigee accepts/works on JSON??

I don't know what you're asking. The jwt_signed callout class is open source. It creates JWT, which have a JSON payload. So, yes, it "works on json" . I don't know what you're looking for otherwise. Maybe you could give some examples of what works, and what is not working.

What are you trying? What results do you expect? What results do you see?