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.
The configuration parameter must be set to the URL of the TFIM server. For example: http://tfimserver.mycompany.com:9080.
mqsicreateconfigurableservice <brokername> -c SecurityProfiles -o <profilename> -n mapping,mappingConfig -v TFIM,http://tfimserver.mycompany.com:9443
mqsicreateconfigurableservice <brokername> -c SecurityProfiles -o <profilename> -n mapping,mappingConfig -v TFIM,https://tfimserver.mycompany.com:9443where 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.
mqsicreateconfigurableservice WBRK6_DEFAULT_BROKER -c SecurityProfiles -o TFIM -n authentication,mapping,authorization,propagation,mappingConfig -v TFIM,TFIM,TFIM,TRUE,http://tfimhost1.ibm.com:9080