The authentication requests that are presented to the AuthMinder Server must specify the type of credential that has to be used to process the requests. In case of RADIUS and ASSP authentication requests, the input requests do not have the provision to specify the type of credential, and by default RADIUS uses One-Time Password and ASSP uses password credential for authentication.
To support any password-based authentication mechanisms for RADIUS and ASSP, or to map any input request with an unknown credential type to a particular password-based authentication mechanism you must create the Credential Type Resolution configuration. You can map the input request to any of the following credentials that AuthMinder supports:
If a particular input request uses the credential resolution configuration, then the verifyPlain method in the PlainAuth interface is invoked to process that request. Based on the configuration, the incoming user credential will be mapped to the credential that it is configured to.
Note: To use this feature, you should have configured the created credential type resolution using the Administration Console. Refer to CA AuthMinder Administration Guide for more information.
To verify a password type credential:
See "Preparing Additional Input" for more information.
This method returns an instance of the AuthResponse interface, which provides the transaction details, credential details, and token information.
|
Copyright © 2013 CA.
All rights reserved.
|
|