UserAuthenticateParameters
Request parameters for completing authentication process.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApplicationId | string | Unique identifier of Identity as a Service Authentication API application. | [optional] |
| ApplicationInfo | string | Client provided information about the application that will be included in the authentication audits if provided. | [optional] |
| AuthRequestKey | string | Unique identifier of the client authentication request in the OIDC application's JWT IDaaS grant type use case. | [optional] |
| Cancel | bool? | Cancel Identity as a Service authentication to the application | [optional] |
| Certificate | string | The certificate with public key to verify signature. | [optional] |
| ChapResponse | Object | [optional] | |
| ClientIp | string | Provided client IP address. | [optional] |
| EnableWebSession | bool? | If set to true, enhanced session protection is enabled for the auth token. An HTTP cookie named INTELLITRUST_SESSION_ID is returned with the response and must be returned in all subsequent requests using the auth token. | [optional] |
| FaceResponse | string | For Face Biometric authentication, the workflow run id to check. | [optional] |
| FidoResponse | FIDOResponse | [optional] | |
| IgnoreIPAddressForRBA | bool? | Setting defines if IP Address is ignored for RBA or not. Default value is false and will not ignore IP Address for RBA. | [optional] |
| KbaChallenge | KbaChallenge | [optional] | |
| Locale | string | The locale of this user. If not set, the default account locale will be used. | [optional] |
| MachineAuthenticator | MachineAuthenticator | [optional] | |
| MachineAuthenticatorRegistration | MachineAuthenticatorRegistration | [optional] | |
| MschapV1Response | MSCHAPv1Response | [optional] | |
| MschapV2Response | MSCHAPv2Response | [optional] | |
| NewPassword | string | New password if change requested. | [optional] |
| OfflineTVS | bool? | A flag indicating if the offline QR code token verification is used | [optional] |
| Origin | string | The origin of the client. This field is deprecated, use rpId instead. | [optional] |
| PassthroughAuthenticatorParms | PassthroughAuthenticatorParms | [optional] | |
| RequestAcrs | string | The request acrs. | [optional] |
| Response | string | API response based on Authenticator type. This is not a required field if Mobile Smart Credential, KBA, Token Push, Smart Login or Face Biometric authentication is being used. | [optional] |
| RpId | string | The Relying Party ID associated with the passkey. This identifies the domain or origin for which the passkey is registered. This field is mandatory if domain is outside of the IDaaS hostname. | [optional] |
| SecondFactorAuthenticator | string | Authenticator type selected for second factor (if enabled). | [optional] |
| TokenProtectedOfflineParms | TokenProtectedOfflineParms | [optional] | |
| TransactionDetails | List<TransactionDetail> | Transaction Details. | [optional] |
| UserCertificateResponse | UserCertificateResponse | [optional] | |
| UserId | string | User ID (containing the user ID or a user alias) of the Identity as a Service user completing the authentication challenge. | [optional] |