You can create a security profile for Tivoli® Federated Identity Manager (TFIM) V6.1 for any combination of the following functions: authentication, authorization, and mapping. You can use the mqsicreateconfigurableservice command to create the security profile.
To create a security profile that uses TFIM V6.1, you can use the mqsicreateconfigurableservice command by setting the configuration parameter to the URL of the TFIM server. For example: http://tfimserver.mycompany.com:9080
mqsicreateconfigurableservice integrationNodeName -c SecurityProfiles -o profilename
-n mapping,mappingConfig -v TFIM,http://tfimserver.mycompany.com:9080
mqsicreateconfigurableservice integrationNodeName -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, and is therefore specified only once.
mqsicreateconfigurableservice MYBROKER -c SecurityProfiles -o TFIM
-n authentication,mapping,authorization,propagation,mappingConfig
-v TFIM,TFIM,TFIM,TRUE,http://tfimhost1.ibm.com:9080