Postman example sending a JWT to Apigee

Not applicable

I have gone thru the various video and missing something when I attempt to send a JWT.

I see at various spots

  • Authorization: JWT eyJhbGciOiJIUz....
  • Authorization: BEARER eyJhbGciOiJIUz....

What I get as a response

"error": { "code": 400.02, "message": "that request was invalid.", "detail": { "message": "You must pass a JWT as a formparam. It should be signed with your private key using RS256", "example_claimset": { "iss": "API_KEY", "scope": "https://www.example.com/apitechforum.readonly", "aud": "https://www.cap500.com/apitechform/token", "exp": 1328554385, "iat": 1328550785 } } }

6788-jwt1.png

0 1 489
1 REPLY 1

Not applicable

As always -- ask for help and you figure it out...

I needed to add these items

6789-jwt2.png