Skip to main content

EntrustSTAuthenticatorSettings

New Entrust ST Authenticator settings.

Properties

NameTypeDescriptionNotes
activation_lifetimeintThe amount of time in seconds that an activation request is valid. Default is 300 seconds.[optional]
activation_typesList[str]The list of activation types that will be performed. Allowed values are: CLASSIC (return activation values that must be manually entered into the mobile application), ONLINE (return a link that when clicked will launch the mobile application) and OFFLINE (return a QR code that can be scanned by the mobile application). If no values are specified in the list then activation types are not updated.[optional]
allow_unsecure_deviceboolA flag indicating if the Mobile soft token can be activated on a rooted device. Default is false.[optional]
facial_recognition_allowedboolA flag indicating if the facial recognition feature supported by the Entrust Soft Token application is allowed. The default is false.[optional]
max_reset_time_stepsintThe maximum number of 30 second timestamps that a result response is validated. Default is 120.[optional]
max_time_stepsintThe maximum number of 30 second timesteps over which a response is validated. The default is 10.[optional]
mutual_challenge_alphabetstrCharacters that can appear in a mutual challenge. Can contain any non-whitespace character. Default is all digits.[optional]
mutual_challenge_enabledboolA flag indicating if the Push Authentication Mutual Challenge is enabled. The default is false.[optional]
mutual_challenge_for_percent_of_requestsintAn integer value that specifies what percent of requests have a mutual challenge. Default is 100.[optional]
mutual_challenge_lengthintThe length of the mutual challenge. Default is 2.[optional]
mutual_challenge_sizeintThe number of mutual challenges return in a batch. Default is 3.[optional]
offline_activation_password_lengthintThe length of the random password generated to encrypt an activation QR code. Default is 8.[optional]
online_activation_password_lengthintThe length of the random password generated for an online activation. Default is 16.[optional]
otp_lengthintThe length of the OTP generated by the soft token. The default is 8.[optional]
pin_requiredboolA flag indicating if this token requires that a PIN be enabled on the Entrust Soft Token application. The default is true.[optional]
schemestrSpecifies the URL scheme used in soft token activation URLs. It should specify the URL scheme associated with the mobile application to be used. This value should only be changed if you are using your own mobile application written using the Entrust ST SDK. The default value is igmobileotp which corresponds to the Entrust ST application.[optional]

Example