The "Security Token Service" component of WSO2 Carbon enables you to configure the generic STS to issue claim-based security tokens. This A claim-based security token is a common way for applications to acquire and authenticate the identity information they need about users inside their organization, in other organizations, and on the Internet. This Security Token Service is capable of issuing SAML 1.1 and SAML 2.0 tokens as recommended in WS-Trust and SAML Web Service Token Profile specifications.
The WSDL of this service can be accessed by clicking this URL: https://(hostname):(port)/services/wso2carbon-sts?wsdl
. For instance, with the default configuration, the URL is https://localhost:9443/services/wso2carbon-sts?wsdl
.
Both SAML 1.1 and SAML 2.0 token types are supported by default. The issued token type is decided based on the Token type of token defined in the RST (Request Security Token).
...