I am attempting to create a new realm within openam using the ssoadm tool from the command line and am unable to complete the operation. The problem is that I cannot cannot configure the "Organization Authentication Configuration" and "Administrator Authentication Configuration" (displayed in the UI in the Authentication tab) to point to my new authentication chain. From seaches in the documentation I find that this is to be achieved using the set-realm-svc-attrs command of ssoadm specifying
-e myRealm -s iPlanetAMAuthService -a iplanet-am-auth-admin-auth-module=myChain
and
-e myRealm -s iPlanetAMAuthService -a iplanet-am-auth-org-config=myChain
However, when i execute the command I get the following error
No plug-ins configured for this operation
com.sun.identity.cli.CLIException: No plug-ins configured for this operation
What am i doing wrong?
This leaves the realm in a state where i have to go in via the admin console, navigate to the Authentication tab of the new Realm and click save in order to activate the realm. When this not done an error message of "No configuration found" is displayed when i attempt to access the realm login page.