Apigee proxy

I have api that uses the JWT authentication.

Can i map OAuth(Apigee proxy) for that api?

0 2 51
2 REPLIES 2

Yes.
I Think what you're saying is

There is a backend API that accepts JWT for authentication.

You would like Apigee to accept an inbound OAuth token (an opaque oauth token) and then map that to a JWT , which Apigee sends to the upstream (backend).

Yes, Apigee can do that,.

See also, some prior commentary on JWT and OAuth.

Thank you Dino,

Please let me know what are the steps or cocepts involved as i am new to apigee.

if there any videos or articles that could help me.