Versions Compared

Key

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

...

  1. Log in as an admin to the Management Console and access "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.

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

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

...