sample code for jwt extension grant type in apigee oauth2 proxy

We are planning to add extension grant type for our authorization server (apigee oauthv2).

is there any sample proxy for jwt based extension grant type. SAML could be another option but will prefer jwt one if we have one.

1 Like

Here’s one for JWT:

https://github.com/apigee/iloveapis2015-jwt-jwe-jws

Here’s another for JWT (RFC 7523):

https://github.com/srinandan/rfc7523-jwt-profile

Here’s one for SAML (RFC 7522):

https://github.com/srinandan/rfc7522-saml-profile

2 Likes

Thanks @Srinandan Sridhar