Displaying SAML identity provider (IdP) partner configuration using the wsadmin command-line utility

关于此任务

You can use the wsadmin command-line utility to display the Security Assertion Markup Language (SAML) trust association interceptor (TAI) identity provider (IdP) partner configuration in the security configuration for WebSphere Application Server.

过程

  1. Start the WebSphere Application Server.
  2. Start the wsadmin command 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.showSAMLIdpPartner('-ssoId 1')
    可以将以下参数用于此命令:
    表 1. showSAMLIdpPartner 参数
    参数 描述
    -ssoId 如果只有一个 SSO 服务提供程序伙伴,那么此参数是可选参数。如果有多个 SSO 服务提供程序伙伴,那么此参数是必需参数。该参数是与 SSO 服务提供程序伙伴相关联的定制属性组的标识。此参数以整数形式进行指定。
    -idpId 此参数指定您要显示其属性的 IdP 的标识。如果未对此参数指定值,那么该命令将显示指定 SSO 服务提供程序伙伴的所有 IdP 伙伴。此参数以整数形式进行指定。
    -securityDomainName 此参数指定相关安全域的名称。如果未对此参数指定值,那么命令将使用全局安全性配置。此参数以字符串形式进行指定。

结果

将显示指定的 SAML Web SSO IdP 伙伴的定制属性。

示例

以下示例将从全局安全性 SAML TAI 配置中显示 SSO 服务提供程序伙伴 1 的 SAML IdP 伙伴 1:
AdminTask.showSAMLIdpPartner('-ssoId 1 -idpId 1')
以下示例将从安全域 myDomain1 中显示 SSO 服务提供程序伙伴 1 的 SAML IdP 伙伴 2:
AdminTask.showSAMLIdpPartner('-ssoId 1 -idpId 2 -securityDomainName myDomain1')

指示主题类型的图标 任务主题



时间戳记图标 最近一次更新时间: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=twbs_displaysamlidp
文件名:twbs_displaysamlidp.html