Description:
Most of the time, in a standard SiteMinder implementation, we are using the username or common name to login to an application.
In some implementations you may want to use the email address (or any other user attribute like givenname, uid, cn, mail etc) to authenticate into a user directory and use this email address as your identifier on a portal.
Solution:
In Order for SiteMinder to Authenticate/authorize a user using Email (or any user attribute like mail, givenname, uid, cn etc) and not by username then perform the following settings in SiteMinder Policy server Admin UI :
Note:
In case of Active Directory used as User store, you can setup:
LDAP User DN Lookup: (&(objectclass=person) (mail=))
Similarly, you can give other user attributes (like cn, uid, givenName) to enable SiteMinder to authenticate/authorize against these attributes.