This Auth0 key manager implementation allows you to integrate the WSO2 API Developer Portal with an external Identity and Access Management server (IAM) by using the Auth0 OAuth Authorization Server to manage the OAuth clients and tokens required by WSO2 API Manager. We have a sample client implementation that consumes the APIs exposed by Auth0.
To get started, go to Integrate WSO2 API Manager with Auth0.
APIM 3.x version related code can be found in the master branch.
Use the following command to build this implementation
mvn clean install
#######To be added