WAS v8.5 > Secure applications > Authenticate users > SAML web single sign-on

Display SAML web SSO trust association interceptor (TAI) configuration using wsadmin

We can use wsadmin-line utility to display the SAML web single sign-in (SSO) TAI in the security configuration for WAS.

  1. Start the WAS.
  2. Start wsadmin utility from the app_server_root/bin directory by entering the command: wsadmin -lang jython.
  3. At the wsadmin prompt, enter the following command:

      AdminTask.showSAMLTAISSO()

    We can use the following parameters with this command:

    showSAMLTAISSO parameters.

    Parameter Description
    -ssoId This parameter specifies an SSO service provider partner identifier for which the TAI properties need to be displayed. If this parameter is not specified, all SSO partners are displayed. This parameter is specified as an integer.
    -securityDomainName This parameter specifies the name of the security domain of interest. If a value for this parameter is not specified, the command uses the global security configuration. This parameter is specified as a String.


Results

The SAML TAI custom properties for this WAS are displayed.


Example

The following example displays the SAML TAI custom properties of the SSO service provider partner 1 from the global security configuration:

The following example displays the SAML TAI custom properties of the SSO service provider partner 1 from the security domain myDomain1:


+

Search Tips   |   Advanced Search