- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Common
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
<Activations staticVector="380756445310..."useUserIdentifier="false" splitPasswordInput="false">
<View title="Activation" />
<ActivationsList>
<StandardActivation id="onlineActivation" .../>
<StandardActivation id="offlineActivation" .../>
...
<TextSeparator .../>
<OnlineHelp .../>
<OfflineHelp .../>
</ActivationsList>
</Activations>
Functional customization
Activations: This element is used to configure the Mobile Authenticator Studio activation modes.
staticVector: This attribute is mandatory if offline activation is enabled. It can also be used with online activation to verify that the static vector from the server is identical to the one in the XML customization file.
This value is automatically replaced by the content of the export.svf file provided by OneSpan if the file is present in the \CustomizationTool\input\svf folder of the customization tool folder.
useUserIdentifier: Include a user identifier in the activation process. This attribute is optional. The default value is false.
splitPasswordInput: Display the password input field(s) on a separate screen. This attribute is optional. The default value is false.
Activations > ActivationsList: The ActivationsList element contains all available authenticator activation modes. This element is mandatory.
Activations > ActivationsList > StandardActivation (Online): For more information, see Standard online activation.
Activations > ActivationsList > StandardActivation (Offline): For more information, see Standard offline activation.
Activations > ActivationsList > TextSeparator: For more information, see Text separator.
Activations > ActivationsList > OnlineHelp: For more information, see Online Help.
Activations > ActivationsList > OfflineHelp: For more information, see Offline Help.
At least one activation mode must be used. You can define multiple standard activation blocks in your configuration.
Graphical customization
If more than one activation mode or if Help is enabled, a screen will be displayed in Mobile Authenticator Studio where users can select the activation mode or Help.
Activations > View: The View element defines the appearance of the activation functionality.
title: The default value is Activation.
Activation screen