Auto-launching the Mobile Authenticator Studio app

Prev Next

The Mobile Authenticator Studio app can be invoked from a URL that has the following format: ${scheme}://${actionName}. This URL can be provided to the user in a mobile web browser or called from a third-party application.

Auto-launching the Mobile Authenticator Studio app

${scheme} is a string specified in the course of the Mobile Authenticator Studio app customization, according to the iOS and Android scheme policies. ${actionName} can be one of the following:

  • onlineactivation

  • offlineactivation (standard license activation)

  • actionid

The action name can be followed by the action parameters in the following format:

$scheme://${actionName}?
ActionParameterName1=ActionParameterName1Value&ActionParameterName2=ActionParameterName2Value

Action and parameter names are not case-sensitive. For more information about supported actions and parameters, see the Mobile Authenticator Studio Integration Guide.

If the URL format is incorrect, the app will display an error message and close. Unknown parameters are silently ignored.