Login to Identity Server using another Identity Server - OAuth2

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Login to Identity Server using another Identity Server - OAuth2

  1. Start 2 Identity Servers. Start the 2nd Identity Server with a port offset of 1 as described here.
  2. Configure an OAuth/OIDC service provider in the 2nd Identity Server as described in here.  

  3. Create an identity provider in the first Identity Server as described in here.


  4. Edit the service provider in the first Identity Server and select the Federation Authentication for Authentication type in Local and Outbount Authentication Configuration. Then select the created identity provider from the dropdown menu in Federation Authentication.

  5. Now you can setup playground sample and try the authorization code grant as described hereYou will be redirected to 2nd Identity Server instead of the 1st Identity Server for authentication.