Programming Guides › Programming Guide for Java › Custom Authentication Schemes › How To Customize CA Identity Manager Authentication
How To Customize CA Identity Manager Authentication
When not using CA SiteMinder, CA Identity Manager provides its own user authentication. You can customize this authentication scheme by adhering to the following process:
- Modify the JSP-based login page credential form to suit your authentication requirements.
- Write a module in Java that extends the AuthenticationModule interface so that it implements your changes to the login page.
- Configure the Java class name and the login page name through the Management Console.