UserAuthenticateParameters
Request parameters for completing authentication process.
Properties
Name | Type | Description | Notes |
---|---|---|---|
application_id | str | Unique identifier of Identity as a Service Authentication API application. | [optional] |
application_info | str | Client provided information about the application that will be included in the authentication audits if provided. | [optional] |
auth_request_key | str | 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 | str | The certificate with public key to verify signature. | [optional] |
chap_response | object | [optional] | |
client_ip | str | Provided client IP address. | [optional] |
enable_web_session | 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] |
face_response | str | For Face Biometric authentication, the workflow run id to check. | [optional] |
fido_response | FIDOResponse | [optional] | |
ignore_ip_address_for_rba | 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] |
kba_challenge | KbaChallenge | [optional] | |
locale | str | The locale of this user. If not set, the default account locale will be used. | [optional] |
machine_authenticator | MachineAuthenticator | [optional] | |
machine_authenticator_registration | MachineAuthenticatorRegistration | [optional] | |
mschap_v1_response | MSCHAPv1Response | [optional] | |
mschap_v2_response | MSCHAPv2Response | [optional] | |
new_password | str | New password if change requested. | [optional] |
offline_tvs | bool | A flag indicating if the offline QR code token verification is used | [optional] |
passthrough_authenticator_parms | PassthroughAuthenticatorParms | [optional] | |
response | str | 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] |
second_factor_authenticator | str | Authenticator type selected for second factor (if enabled). | [optional] |
token_protected_offline_parms | TokenProtectedOfflineParms | [optional] | |
transaction_details | List[TransactionDetail] | Transaction Details. | [optional] |
user_certificate_response | UserCertificateResponse | [optional] | |
user_id | str | User ID (containing the user ID or a user alias) of the Identity as a Service user completing the authentication challenge. | [optional] |