How to connect Apigee's Integrated developer portal with Auth0 for token delegation?

Hi there

I have some APIs on the developer portal and the users who are going to access these APIs live in Auth0. I want to authenticate users with Auth0 before giving them access to the APIs (access token contains some properties that are consumed in the API proxies). I want Auth0 to generate the access token and then the token can be sent with the API requests to Apigee.

Any suggestions would be appreciated. @Dino-at-Google

thanks

0 1 191
1 REPLY 1

The way it works - The Apigee developer portal assumes Apigee is the token dispensary.

I have configured Apigee as an intermediary for token dispensing by Auth0. Then the client would invoke Apigee to get a token, Apigee would invoke Auth0, and eventually the token from Auth0 gets returned to the client.