Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Applies to:

...

  1. Download the WSO2 Identity Server from here.
  2. Extract the .zip file.
  3. Open a terminal and go into the <IS_HOME>/bin folder.
  4. Start the Identity Server using the wso2server.sh file in Unix or wso2server.bat file in Windows.
  5. Once the server is started visit the URL: https://localhost:9443/carbon/
  6. Sign-In to the Identity Server as an admin using the default credentials (username - admin and password - admin).
  7. In the Main section of the management console, click on SAML SSO under Manage.
  8. 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.
  9. Fill up this page with the following configurations:

    1. 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
      Use fully qualified username in the NameID
      Enable Assertion Signing
      Enable Single Logout
      Enable Response Signing 

    2. Use the following values to register the ESB:

      Panel

      Issuer : carbonServer2
      Assertion Consumer URL : https://localhost:9445/acs
      Use fully qualified username in the NameID
      Enable Assertion Signing
      Enable Single Logout
      Enable Response Signing 

    3. Use the following values to register the Governance Registry

      Panel

      Issuer : carbonServer3
      Assertion Consumer URL : https://localhost:9446/acs
      Use fully qualified username in the NameID
      Enable Assertion Signing
      Enable Single Logout
      Enable Response Signing 

        

Testing the SSO Environment

...