Versions Compared

Key

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

...

Running the STS client

  1. The code for the sample client can be checked out from here. For more information, see Downloading from the GitHub repository. To do this, follow the instructions on the Downloading a Sample topic. 

    Code Blockhttps://github.com/wso2/product-is/tree/master/modules/samples/sts/sts-client

  2. Build the client using mvn install.

  3. Once the client is built successfully, run the sts-client.sh file in Unix or sts-client.bat in Windows. You can see that the SAML token issued from the STS is being printed by the client.

    Note

    The "connection refuse" error occurs in a situation where the STS client attempts to send the received SAML token to a service that is not running in this case.

...