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:
- In Innovation Studio, go to Main Menu > Advanced > Authorization Operation Types.
- Click the Insert button at the top right corner of the page.
- Fill in the following fields:
Field Description Name Name of the action authorization type. Display Name Name of the action authorization type as it will be displayed in the user interface. Bearer Entity Entity referenced by the authorization process for data persistence. For details, see Operation Authorization Prerequisites. Details Automation Script Server-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 Scenario JSON 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 Seconds Number 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 Template Template for the authorization page. For details, see Pass-Code Message and Authorization Page Templates. On Authorization Automation Script Server-side on-demand automation script endpoint executed if the operation is authorized. For details, see Authorization and Rejection Automation Scripts. On Reject Automation Script Server-side on-demand automation script endpoint executed if the operation is rejected. For details, see Authorization and Rejection Automation Scripts. - Click the Save and Close button at the top right corner of the page.