User map script elements

The user map script is an optional way to determine the user name and password to present to a web application. Use it if the other user-mapping options won’t provide what’s required. Your script can examine current application and user properties for this user session and can use that information and any other factors to create a user name and password. The user map script must, at some point, assign a user name to the LoginUser.Username property. It may also assign a password to the LoginUser.Password property, but it’s not required. If the script doesn’t create and assign a password, the Privileged Access Service gets the password by requesting it from the user. It then assigns the password to the LoginUser.Password property.