認証、許可、およびマッピングというセキュリティー操作を任意に組み合わせたものに対して、Tivoli® Federated Identity Manager (TFIM) V6.2 などの WS-Trust V1.3 に準拠したセキュリティー・トークン・サーバー (STS) のセキュリティー・プロファイルを作成することができます。
http://stsserver.mycompany.com:9080/TrustServerWST13/services/RequestSecurityToken
mqsicreateconfigurableservice brokername -c SecurityProfiles
-o profilename -n mapping,mappingConfig
-v "WS-Trust v1.3 STS",http://stsserver.mycompany.com:9080/TrustServerWST13/services/RequestSecurityToken
mqsicreateconfigurableservice brokername -c SecurityProfiles
-o profilename -n mapping,mappingConfig
-v "WS-Trust v1.3 STS",https://stsserver.mycompany.com:9080/TrustServerWST13/services/RequestSecurityToken
WS-Trust v1.3 STS が複数の操作 (例えば、認証およびマッピング) に選択される場合、WS-Trust v1.3 サーバーの URL はすべての操作について同一でなければなりません。それゆえ、一度限り指定されます。
mqsicreateconfigurableservice MYBROKER -c SecurityProfiles -o MyWSTrustProfile
-n authentication,mapping,authorization,propagation,mappingConfig
-v "WS-Trust v1.3 STS","WS-Trust v1.3 STS","WS-Trust v1.3 STS",TRUE,http://stsserver.mycompany.com:9080/TrustServerWST13/services/RequestSecurityToken