The upInput element contains the elements that are required for creating Password credential. The following table lists the elements for Password:
|
Element |
Mandatory |
Description |
|---|---|---|
|
password |
No |
The password that the user needs to use for Password authentication. |
To create credentials for a user:
The input required for each credential is different. For example, password is needed for Password as well as ArcotID PKI, while questions and corresponding answers are required for QnA credentials.
This type provides the additional information that is set as a name-value pair.
This operation returns an instance of the CreateCredentialResponseMessage that includes the credential and transaction details.
For successful transactions, the response message, CreateCredentialResponseMessage returns the elements explained in the following table. 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.
|
Method |
Description |
|---|---|
|
User and Common Credential Information |
|
|
userName |
The unique identifier of the user. |
|
orgName |
The organization to which the user belongs to. |
|
status |
The status of the credential. Following are the supported values:
|
|
remainingUsageCount |
The number of times the credential can be used. |
|
createTime |
The time when the credential was created. |
|
lastUpdatedTime |
The time when the credential was updated last time. |
|
validityStartTime |
The timestamp from when the credential is valid. |
|
validityEndTime |
The date after which the credential expires. |
|
disableStartTime |
The time when the credential has to be disabled. |
|
disableEndTime |
The time when the disabled credential has to be enabled. |
|
numberOfFailedAuthAttempts |
The total number of failed authentication attempts permitted for the user. |
|
lastSuccessAuthAttemptTime |
The time when the last authentication attempt succeeded. |
|
lastFailedAuthAttemptTime |
The time when the last authentication attempt failed. |
|
profileName |
The profile name with which the credential was created. |
|
profileVersion |
The version number of the profile. |
|
notes |
The custom attributes that are set for the credential. |
|
ArcotID Output |
|
|
unsignedAttributes |
The unsigned attributes of the ArcotID PKI. |
|
arcotID |
The ArcotID PKI that is created for the user. |
|
OTP Output |
|
|
otp |
The OTP of the user. |
|
usageCount |
Number of times the OTP can be used. |
|
OATH OTP Output |
|
|
tokenID |
The unique identifier of the OATH token. |
|
type |
The type of OATH OTP, whether it is HOTP or TOTP. |
|
counterOffSet |
The OATH OTP count on the server. |
|
ArcotOTP Output |
|
|
card |
The ArcotID OTP of the user. |
|
type |
The type of ArcotID OTP, whether it is HOTP or TOTP. |
|
counterOffSet |
The ArcotID OTP count on the server. |
|
EMV OTP Output |
|
|
card |
The EMV OTP of the user. |
|
counterOffSet |
The EMV OTP count on the server. |
|
QnA Output |
|
|
questions |
The questions set for the user. |
|
Transaction Details |
|
|
message |
Indicates the status of the transaction. |
|
reasonCode |
Unique code that is sent by AuthMinder Server if the operation fails. |
|
responseCode |
Code returned by the SDK in case of errors. |
|
transactionID |
The unique identifier of the transaction. |
|
additionalOutput |
The output for the additionalInput that was passed to AuthMinder Server. |
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|