Sie können für TFIM (Tivoli Federated Identity Manager) V6.1 ein Sicherheitsprofil erstellen, das für eine beliebige Kombination der folgenden Sicherheitsfunktionen verwendet werden kann: Authentifizierung, Autorisierung und Zuordnung. Sie können zum Erstellen des Sicherheitsprofils entweder den Befehl mqsicreateconfigurableservice oder einen Editor im WebSphere Message Broker Explorer verwenden.
Das Sicherheitsprofil für TFIM V6.1 kann mit dem Befehl mqsicreateconfigurableservice erstellt werden, indem der Konfigurationsparameter auf die URL des TFIM-Servers gesetzt wird. Beispiel: http://tfimserver.mycompany.com:9080
mqsicreateconfigurableservice Brokername -c SecurityProfiles -o Profilname
-n mapping,mappingConfig -v TFIM,http://tfimserver.mycompany.com:9080
mqsicreateconfigurableservice Brokername -c SecurityProfiles -o Profilname
-n mapping,mappingConfig -v TFIM,https://tfimserver.mycompany.com:9443
Dabei
steht https://tfimserver.mycompany.com:9443 für die Adresse des TFIM-Servers.Wenn TFIM für mehr als eine Operation ausgewählt wird (z. B. für die Authentifizierung und die Zuordnung), muss die URL des TFIM-Servers für alle Operationen identisch sein. Daher erfolgt die Angabe nur einmal.
mqsicreateconfigurableservice MYBROKER -c SecurityProfiles -o TFIM
-n authentication,mapping,authorization,propagation,mappingConfig
-v TFIM,TFIM,TFIM,TRUE,http://tfimhost1.ibm.com:9080