Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop web services - Security (WS-Security)


Deploy applications that use SAML

After SAML policy sets and bindings have been configured, and SAML tokens created, the SAML token information can be sent from the original login server to other servers using the SAML propagation feature. We can also extract SAML attributes from an existing SAML token and then create additional tokens using the extracted attributes.

Use the SAML propagation feature of WAS to send SAML token information based on the original login to other servers using a SAML token. Four propagation methods are provided. We can propagate the original SAML token, the SAML token identity and attributes, the WSCredential and WSPrincipal information, or a pre-existing SAML token inserted in the RequestContext.

When SAML is installed on a WebSphere server, you can create SAML attributes using the SAML runtime API. The SAML attributes are added to a CredentialConfig object, which is used to generate a SAML token. The API also provides a function that extracts SAML attributes from an existing SAML token and processes the attributes.

The following topics provide more information about deploying SAML applications.


Related


Propagate SAML tokens
Create SAML attributes in SAML tokens

+

Search Tips   |   Advanced Search