Write a custom Browser Extension (advanced) script
The Browser Extension (advanced) script specifies elements that must be present in the login data that starts the current user session with a web application. To write the script, you must know what login data fields the web application requires. The script must retrieve required information from the web application’s profile and the user object, and must then specify the fields, the selectors and their values using the loginData.addField()
method. After the script executes, CyberArk Identity follows the script specifications to create the login data.
The custom Browser Extension (advanced) script is JavaScript. Each Browser Extension (advanced) application profile requires a custom script.