...
Securing the Security Token Service
According to the Trust Brokering model defined in the WS-Trust specification, the users should authenticate themselves to the STS before obtaining a token. STS may use this authentication information when constructing the security token. For example, STS may populate the required claims based on the user name provided by the subject. Therefore, the STS service needs to be secured.
STS is configured under the Resident Identity Provider section of the Identity Server Management Console. Follow the instructions below , to secure the Security Token Service by login logging into the management console.
- Log in as an admin to access the management console.
- Configure the Resident Identity Provider. See here for more detailed information on howto how to do this.
- In the Resident Identity Provider page, expand the Inbound Authentication Configuration section along with the Security Token Service Configuration section.
- Click Apply Security Policy.
Select Yes in the Enable Security? dropdown and select a preconfigured pre-configured security scenario according to your requirements. In this case, we will use UsernameToken under the Basic Scenarios section.
Note You can find further details about the security policy scenarios from the view scenario option.
Click Next.
Info Next steps may vary as per the security senario scenario that you have chosen under point (5) above. Below, is for UsernameToken scenario.
- Select ALL-USER-STORE-DOMAINS from the drop-down.
In the resulting page, select the role you created, to grant permission to access secured service. In this example, admin role is used. Next, click Finish.
Note The Select Domain drop-down lists many domains. The listed User Groups can vary depending on the domain selected.
- Click Ok on the confirmation dialog window that appears.
- Click Update to complete the process.
Now, STS is configured and secured with a username and password. The Only the users with the Admin role only can consume the service.
The next step is to add a service provider to consume the STS.
...
- See Configuring a Service Provider for details on adding a service provider.
- Expand the Inbound Authentication Configuration section and the WS-Trust Security Token Service Configuration section. Click Configure.
In the resulting screen, enter the trusted relying party's endpoint address that is the endpoint address of the Security Token Service. For more information, see Broker Trust Relationship with WSO2
ISIdentity Server and upload the public certificate of the trusted relying party.
. TheInfo You need to add the certificate of the relying party
to the truststore. For more information on how to create the certificate and add it to the truststore, see here.
The endpoint must be used as the service
URL
to which the token gets delivered by the STS client.
Usually, the security token is signed by the STS. Thus, we need to select a certificate alias to sign the token. Select the defaultwso2carbon
certificate alias. The tokensThen select the public certificate imported. Tokens issued are encrypted using the public
keycertificate of the trusted relying party.
EvenTherefore, the
clientconsumer who obtains
thethis token, to
send toinvoke the RP
has no visibility to the includedservice won't be able to see the token.
Click Update to save the changes made to the service provider.
Panel title Related Topics Run the STS client after configuring the service provider. See Running an STS Client to try out a sample STS client.
...