Configuring WS-Federation Single Sign-On
This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring WS-Federation Single Sign-On
WSO2 Identity Server's passive security token service (Passive STS) is used as the WS-Federation implementation.
Configuring passive STS
- See here for details on adding a service provider.
- Expand the Inbound Authentication Configuration followed by the WS-Federation (Passive) Configuration section and provide the following values.
Passive STS Realm -
LoadingPassive STS WReply URL -
LoadingTip
If you want to configure an expiration time for the security token, you need to add the following configuration in the
<IS_HOME>/repository/conf/carbon.xml
file, under the<Server>
element:<STSTimeToLive>1800000</STSTimeToLive>
Here, the expiration time should be specified in milliseconds.
- Expand the Claim Configuration section and map the relevant claims. See Configuring Claims for a Service Provider for more information.
- Click Update to save changes.
Related Topics
- To test out WSO2 Identity Server's passive security token service using a sample, see Testing Identity Server's Passive STS.
, multiple selections available,