- 23 Oct 2024
- 2 Minutes à lire
- SombreLumière
- PDF
Functional customization
- Mis à jour le 23 Oct 2024
- 2 Minutes à lire
- SombreLumière
- PDF
Action: This element is used to configure a Mobile Authenticator Studio action.
id: This is the identifier of the action. It must be unique and can be used when launching the application from the web browser. This attribute is mandatory.
cryptoAppIndex: This is the identifier of the cryptographic application used to generate a response.
generateResponseWithScore: If this attribute is set to true, the Score-Based Authentication feature must be used to generate the response. This attribute is optional. The default value is false.
actionTrigger: Possible values for this attribute are button, scheme, or both.
If button is selected, the action is displayed on the Applications view and cannot be invoked through autolaunch.
If scheme is selected, the action can only be initiated with autolaunch and will not appear on the Applications view. This attribute is optional.
The default value is both and will display the action on the Applications view and allow autolaunch invocation.
Action > InputData: This element defines the input method for the data to sign.
inputType: The input data method. Input can be manual (manual) or through QR code/CrontoSign image input (image). This attribute is optional. The default value is manual.
imageFormat: Indicates which image format the application uses for scanning. Possible values are qrCode (only scan QR code format), crontoCode (only scan CrontoSign format), or all (scan both formats). This attribute is optional. The default value is all.
Figure 5: Action - manual data input
displayImageContent: Indicates whether the QR code or the CrontoSign image content must be displayed. This attribute is optional. The default value is false.
Action > InputData > InputDTF1 to InputDTF8: These elements define the input method for the data fields to sign. If not specified, the default input method is used. Make sure not to specify more Input Data elements than the crypto-application supports.
inputType: The input data method. Input can be manual (manual) or through QR code/CrontoSign image input (image). This attribute is optional. The default value is manual.
runtimeData: The runtime data to use, if the inputType value is runtimeData. Input can be version, rootingStatus, serialNumberSuffix, or sequenceNumber. This attribute is mandatory if the inputType value is runtimeData. The mask related to the data sequence number will not be replaced by any value, if the Mobile Authenticator Studio application is not used in the multi-device licensing mode.
minLength: A value to override the minimum length enforced by the crypto-application associated with the current action. Values not compatible with the minimum length specified by the crypto-application will be ignored and will also disable the maxLength attribute. If both, minLength and maxLength are set to 0, and if the crypto-application allows it, the input field will not be displayed. This attribute is optional.
maxLength: A value to override the maximum length enforced by the crypto-application associated with the current action. Values not compatible with the maximum length specified by the crypto-application will be ignored and will also disable the minLength attribute. If both, minLength and maxLength are set to 0, and if the crypto-application allows it, the input field will not be displayed. This attribute is optional.