Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Log in as an admin to the Management Console and access the Security Token Service. See Starting Identity Server Management Console.
  2. Enter the trusted relying parties.

    Info
    titleTip

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

  3. Upload the public certificate of the trusted relying party (against its end-point).
  4. 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.

    Now, 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.
  5. Click on the Apply Security Policy link to configure security and go through the wizard.
  6. Configure security and go through the wizard.
    1. Select UsernameToken from the Basic Scenario list.
    2. Click Next.
    3. Choose Internal/everyone from the User Groups list.
    4. Click Finish.

...