One-Time Password (OTP) is a numeric or an alpha-numeric string that is generated by AuthMinder Server. AuthMinder supports OTPs that can be reused pre-configured number of times. You can specify this setting by using Administration Console. The OTP lifetime depends on the duration for which it is valid and number of times it can be used.
The following topics for performing OTP authentication are covered in this section:
The VerifyOTPRequestMessage is used to verify the OTP provided by the users. The following table lists the elements of this message.
|
Element |
Mandatory |
Description |
|---|---|---|
|
clientTxnId |
No |
Specifies the unique transaction identifier that the calling application can include. This identifier helps in tracking the related transactions. |
|
userName |
Yes |
The unique identifier of the user. |
|
orgName |
No |
The organization name to which the user belongs to. |
|
otp |
Yes |
The OTP provided by the user. |
|
tokenType |
No |
The type of authentication token that is expected from AuthMinder Server after successful authentication. See "Verifying the Authentication Tokens" for more information. |
|
additionalInput/pairs |
No |
AuthMinder’s additionalInput element enables you to set additional inputs if you want to augment AuthMinder’s authentication capability by specifying additional information. In such cases, you need to set the extra information in name-value pairs.
Some of the pre-defined additional input parameters include:
|
To perform OTP authentication:
This operation returns VerifyOTPResponseMessage, which provides the transaction details, credential details, and token information.
For successful transactions, the response message, VerifyOTPResponseMessage returns the elements explained in Verify Signed Challenge Response Message in Step 2: ArcotID PKI Authentication. These elements are included in the SOAP body. If there are any errors, then the Fault response is included in the SOAP body. See appendix, "Error Codes" for more information on the SOAP error messages.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|