Action Authorization Type

You can define multiple types of authorization operations that you can apply in various scenarios, depending on the settings you wish to use for the communication channels, pass-code and authorization page templates, authorization and rejection automation scripts, etc.

To create an action authorization type:

  1. In Innovation Studio, go to Main Menu > Advanced > Authorization Operation Types.
  2. Click the Insert button at the top right corner of the page.
  3. Fill in the following fields:
    FieldDescription
    NameName of the action authorization type.
    Display NameName of the action authorization type as it will be displayed in the user interface.
    Bearer EntityEntity referenced by the authorization process for data persistence. For details, see Operation Authorization Prerequisites.
    Details Automation ScriptServer-side on-demand script endpoint containing the inputs for the pass-code generation and the available tokens for the pass-code message and authorization page templates. For details, see Details Automation Script.
    Authorization ScenarioJSON object containing keys for: the name of the scenario, the token used for the pass-code input field in the authorization page template, the template used for the pass-code message, and the channel provider used to send the pass-code message. For example:
    Copy
    [{
        "name" : "otp",
        "formTag" : "OTP",
        "messageTemplateName" : "ContentTemplate",
        "channelProviderName" : "GatewayEmailOTP"
    }]
    Session Expiration Time in SecondsNumber of seconds the user has to authorize the operation from the time the pass-code message is sent. If this duration is exceeded, the operation is rejected.
    Custom Page TemplateTemplate for the authorization page. For details, see Pass-Code Message and Authorization Page Templates.
    On Authorization Automation ScriptServer-side on-demand automation script endpoint executed if the operation is authorized. For details, see Authorization and Rejection Automation Scripts.
    On Reject Automation ScriptServer-side on-demand automation script endpoint executed if the operation is rejected. For details, see Authorization and Rejection Automation Scripts.
  4. Click the Save and Close button at the top right corner of the page.