Skip to main content

UserAuthenticateQueryParameters

Request parameters for starting user authentication process.

Properties

NameTypeDescriptionNotes
application_idstrUnique identifier of the Identity as a Service Authentication API application
auth_tokenstrAuthentication token.[optional]
client_ipstrProvided client IP address.[optional]
ignore_ip_address_for_rbaboolSetting defines if IP Address is ignored for RBA or not. Default value is false and will not ignore IP Address for RBA.[optional]
machine_authenticatorMachineAuthenticator[optional]
offline_tvsboolA flag indicating if the offline QR code token verification is used. Used only if a challenge is required for authentication when returnDefaultChallenge is true.[optional]
originstrProvided client origin.[optional]
priorityintThe priority for push transactions where queuing is enabled. Default is 0 and allowed values are 0-9. Used only if a challenge is required for authentication when returnDefaultChallenge is true.[optional]
push_message_identifierstrDefines an identifier to retrieve customized SDK push message configuration. Used only if a challenge is required for authentication when returnDefaultChallenge is true.[optional]
request_detailRequestDetail[optional]
return_default_challengeboolFlag indicating whether the service should include in the response the default challenge.[optional]
summarystrThe push authentication challenge that appears in the user's mobile application. Used only if a challenge is required for authentication when returnDefaultChallenge is true.[optional]
support_choosing_otp_deliveryboolDeprecated : Clients who support choosing OTP delivery can still work without having to supply this flag.Flag indicating whether client supports choosing OTP delivery contact attribute.If the client doesn't support it and default OTP delivery is set to NONE, OTP won't be available as an authenticator.[optional]
token_push_mutual_challenge_enabledboolA flag indicating if the token push mutual authentication is supported. Used only if a challenge is required for authentication when returnDefaultChallenge is true.[optional]
transaction_detailsList[TransactionDetail]Transaction Details.[optional]
user_idstrUser ID (containing the user ID or a user alias) of the Identity as a Service user completing the authentication challenge.

Example