Start of change
WebSphere Message Brokers
File: ap04142_
Writer: Kate Hostler

Task topic

This build: July 31, 2007 21:34:51

Configuring a security profile for TFIM

You can use the mqsicreateconfigurableservice command to create a new security profile that uses the Tivoli Federated Identity Manager (TFIM) for any combination of the following security functions: Authentication, Authorization, and Mapping.

To create a security profile that uses TFIM, use the mqsicreateconfigurableservice command.

The configuration parameter must be set to the URL of the TFIM server. For example: http://tfimserver.mycompany.com:9080.

For example, to create a security profile that uses TFIM for mapping, enter the following command:
mqsicreateconfigurableservice <brokername> -c SecurityProfiles -o <profilename> -n mapping,mappingConfig -v TFIM,http://tfimserver.mycompany.com:9443
If the URL specifies an address starting https://, an SSL secured connection is used for requests to the TFIM server. For example, to create a security profile that uses an HTTPS connection to TFIM for mapping, enter the following command:
mqsicreateconfigurableservice <brokername> -c SecurityProfiles -o <profilename> -n mapping,mappingConfig -v TFIM,https://tfimserver.mycompany.com:9443
where https://tfimserver.mycompany.com:9443 is the address of the TFIM server.

If TFIM is selected for more than one operation (for example, for authentication and mapping), the TFIM server URL must be identical for all the operations.

The following example creates a security profile that uses TFIM for authentication, mapping, and authorization:
mqsicreateconfigurableservice WBRK6_DEFAULT_BROKER -c SecurityProfiles -o TFIM -n authentication,mapping,authorization,propagation,mappingConfig -v TFIM,TFIM,TFIM,TRUE,http://tfimhost1.ibm.com:9080
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:34:51

ap04142_ This topic's URL is:
End of change