By default, the CA IdentityMinder authentication scheme accepts the user name and password at login, provided in a credential form in the login.jsp file. These parameters are tested against credentials in the directory configured for the protected environment.
You can modify login.jsp to suit your authentication requirements. A partial listing login.jsp is shown following.
. <form NAME="Login" METHOD="POST" target="_top"> . . User Name: <input type="text" name="username" /> Password:<input type="password" name="password" /> . . </form> . .
To modify the credential form
Social Security Number: <input type="text" name="socsecnum" />
The login page is ready for your environment.
| Copyright © 2013 CA. All rights reserved. |
|