Versions Compared

Key

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

The following instructions are related to Identity Server version 2.0.

WSO2 Identity Server is a free and open source identity and entitlement management server. See Identity Server Installation to learn how to obtain and install it.

Learn how to access Identity Server Security Token Service (STS) programmatically from the instructions below.

1. Configure To configure the Identity Server STS to issue security tokens.:2.

  1. Log in as

...

  1. an admin to the Management Console and access

...

  1. the Security Token Service.

...

  1. See Starting Identity Server Management Console.

...

  1. Enter the trusted relying parties.

    Info
    titleTip

    These relying parties will accept security tokens from the Identity Server.

...

  1. Upload the public certificate of the trusted relying party (against its end-point).

...

  1. The tokens issued are encrypted using the public key of the trusted relying party. Accordingly, even the client who obtains the token to send to the RP has no visibility to the included token.
    Image Modified

...

  1. Now,

...

  1. apply this security to the STS. You must provide UsernameToken-based security, which means that the client should have a valid user account with the Identity Server to obtain a token from the STS.

...

  1. Click on

...

  1. the Apply Security Policy

...

  1.  link to configure security and go through the wizard.
    Image Modified

...

  1. Configure security and go through the wizard.

...

    1. Select UsernameToken from the Basic Scenario list.
      Image Modified

...

    1. Click Next.
    2. Choose Internal/everyone from the User Groups list.
      Image Modified
    3. Click Finish.

This is all you need to do to configure Identity Server STS to issue security tokens.

...