...
Add class file name cas.am.CASAMLoginModule to "Pluggable Auth Modules Classes"
Click on Save button to save the changes in console.
*Alternate way:
Login to Access Manager Console as amadmin, using the URL: http://<host>.<domain>:<port>/amconsole.
Click "Service Configuration" tab.
Select "Core" under "Authentication Modules".
Add class file name cas.am.CASAMLoginModule to "Pluggable Authentication Modules Classes"
Click on Save button to save the changes in console.
...
Enter URL http://<host>.<domain>:<port>/amserver/UI/Login?module=CASCASAMLoginModule&goto=http://<host>.<domain>:<port>/portal/dt. (If you choose to use an organization other than the default, please specify that in the URL using the 'org' parameter.)
...
Code Block |
---|
<?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN" "jar://com/sun/identity/authentication/Auth_Module_Properties.dtd"> <ModuleProperties moduleName="CASCASAMLoginModule" version="1.0" > </ModuleProperties> |