Post Authentication Script
The JavaScript execution once logged in.
The Authentication Service has a special feature that executes JavaScript after authentication is completed. This is called the Post Auth Script.
For Example: Create the user information that can be used in a Web application after logging in.
Steps:
Click an Auth Service where you need to write the Post Auth Script. In this example, click on the Data Source Auth Service and navigate to the Properties Panel of the Auth Service.
Click Properties > Post Authentication Script and open the editor to write the JavaScript.
Create the new User Details JSON Map and click OK.
Click SAVE to save the configuration.


