Skip to main content

EntrustSTAuthenticatorSettings

New Entrust ST Authenticator settings.

Properties

NameTypeDescriptionNotes
activationLifetimeIntegerThe amount of time in seconds that an activation request is valid. Default is 300 seconds.[optional]
activationTypesList<ActivationTypesEnum>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]
allowUnsecureDeviceBooleanA flag indicating if the Mobile soft token can be activated on a rooted device. Default is false.[optional]
facialRecognitionAllowedBooleanA flag indicating if the facial recognition feature supported by the Entrust Soft Token application is allowed. The default is false.[optional]
maxResetTimeStepsIntegerThe maximum number of 30 second timestamps that a result response is validated. Default is 120.[optional]
maxTimeStepsIntegerThe maximum number of 30 second timesteps over which a response is validated. The default is 10.[optional]
mutualChallengeAlphabetStringCharacters that can appear in a mutual challenge. Can contain any non-whitespace character. Default is all digits.[optional]
mutualChallengeEnabledBooleanA flag indicating if the Push Authentication Mutual Challenge is enabled. The default is false.[optional]
mutualChallengeForPercentOfRequestsIntegerAn integer value that specifies what percent of requests have a mutual challenge. Default is 100.[optional]
mutualChallengeLengthIntegerThe length of the mutual challenge. Default is 2.[optional]
mutualChallengeSizeIntegerThe number of mutual challenges return in a batch. Default is 3.[optional]
offlineActivationPasswordLengthIntegerThe length of the random password generated to encrypt an activation QR code. Default is 8.[optional]
onlineActivationPasswordLengthIntegerThe length of the random password generated for an online activation. Default is 16.[optional]
otpLengthOtpLengthEnumThe length of the OTP generated by the soft token. The default is 8.[optional]
pinRequiredBooleanA flag indicating if this token requires that a PIN be enabled on the Entrust Soft Token application. The default is true.[optional]
schemeStringSpecifies 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]

List<ActivationTypesEnum>

NameValue
CLASSIC"CLASSIC"
ONLINE"ONLINE"
OFFLINE"OFFLINE"

OtpLengthEnum

NameValue
NUMBER_66
NUMBER_88