Wednesday, January 10, 2018

[WSO2] [APIM] Configure OAuth2/OpenID Connect Authenticator in API manager server

Please follow the below steps to install OAuth2/OpenID Connect Authenticator in API manager server.
1. Download OpenID Connect Authenticator bundle [1] from the WSO2 Store.
2. Stop the APIM server if it is already running.
3. Copy the downloaded bundle (org.wso2.carbon.identity.application.authenticator.oidc-5.1.2.jar) into {APIM_HOME}/repository/components/dropins/ directory to install.
4. Start the server.
Now you should be able to see the OAuth2/OpenID Connect Authenticator under federated authenticators in the API Manager server.


However, configuring authenticators in APIM server itself is discouraged. The recommended way to achieve this is through a separate identity server.



[1] https://store.wso2.com/store/assets/isconnector/details/2b71e151-4c38-4e8f-b25a-f3a980cf0862

No comments:

Post a Comment