Add Custom Actions
Each channel in Risk Authentication has a set of actions that are associated with it. An action, in turn, has data elements that are associated with it. A rule is a specific combination of the elements that are associated with an action for one or more channels.
aa91
Each channel in Risk Authentication has a set of actions that are associated with it. An action, in turn, has data elements that are associated with it. A rule is a specific combination of the elements that are associated with an action for one or more channels.
Create Custom Action using Admin Console
Custom Action Creation can also be done using the Advanced Authentication Administration Console.
To configure Custom Action using Admin console, follow these steps:
- Execute the below statements or execute db-config-for-riskfort.sql which is shipped with the patchSql statementsINSERT INTO ARADMINROLEPRIVILEGE (PRIVILEGEID,ROLENAME,TARGET,TASKID) VALUES ('RF.CreateCustomAction','GA','GLOBAL','Rf_CustomAction/create');INSERT INTO ARADMINUITASK (CONTAINERID,TASKDESCRIPTION,TASKID,TASKORDERID) VALUES ('Rf_RulesConfiguration','(null)','Rf_CustomAction/create',7);INSERT INTO ARRFMESSAGES ( RESPONSECODE, REASONCODE, DESCRIPTION, MESSAGE, LOCALEID, STATUS, VERSION ) VALUES(7693, 0, 'The action already exists', 'The action ( $$(PARAM_VALUE)$$ ) already exists.', 1, 1, 1);The same statements apply for the both oracle mssql.
- Log in to the Administration Console as a Global Administrator, click the Services and Server Configurations tab.
- In the Risk authentication tab, click on 'Create Custom Action' link in the left pane
- Provide the Custom Action Name and click on Create.
- Refresh Cache.
- Verify that the action has been successfully added as follows:
- Log in to the administration console and navigate to the Rules and Scoring Management screen.
- Click Add a new rule.
- Check whether the newly added action is displayed in the Actions list.
After you verify that the action has been added, you can start using it to build new rules.The new action will be visible in all Organizations and available for all channels.Only Global Administrator has privilege to create a Custom Action.