Applies to:
- WSO2 Identity Server (4.0.0 onwards)
- WSO2 Application Server (5.0.1 onwards)
- WSO2 Enterprise Service Bus (4.5.1 onwards)
- WSO2 Governance Registry (4.5.1 onwards)
...
- Download the WSO2 Identity Server from here.
- Extract the .zip file.
- Open a terminal and go into the
<IS_HOME>/bin
folder. - Start the Identity Server using the wso2server.sh file in Unix or wso2server.bat file in Windows.
- Once the server is started visit the URL:
https://localhost:9443/carbon/
- Sign-In to the Identity Server as an admin using the default credentials (username - admin and password - admin).
- In the Main section of the management console, click on SAML SSO under Manage.
- Now you get the SAML 2.0 based Single Sign-On page. Click Register New Service Provider. Here we have to register the AS, ESB and G-Reg servers as Service Providers.
- Fill up this page with the following configurations:
Use the following configurations for Application Server and add them to the relevant sections in the Register New Service Provider screen:
Panel Issuer: carbonServer
Assertion Consumer URL: https://localhost:9444/acs
Enable Assertion Signing
Enable Single Logout
Enable Response SigningUse the following values to register the ESB:
Panel Issuer : carbonServer2
Assertion Consumer URL : https://localhost:9445/acs
Enable Assertion Signing
Enable Single Logout
Enable Response SigningUse the following values to register the Governance Registry
Panel Issuer : carbonServer3
Assertion Consumer URL : https://localhost:9446/acs
Enable Assertion Signing
Enable Single Logout
Enable Response Signing
Testing the SSO Environment
...