List arguments for ssoadm
Can anyone tell me how to separate list arguments in an openam ssoadm call? For example how do i list multiple trusted providers in the create-cot call?
ssoadm -u amadmin -f conf/pwd -e myRealm -t myCOT -trustedproviders "what goes here开发者_StackOverflow中文版"
I cannot seem to find an example anywhere.
Try this:
ssoadm -u amadmin -f conf/pwd -e myRealm -t myCOT -trustedproviders "trustedprovider1" "trustedprovider2"
精彩评论