Managing mapping rules
The mapping rules are JavaScript code that run during the authentication flow. Use the rules to customize the authentication service and the one-time password generation, delivery, and verification.
Before you begin
About this task
The JavaScript code is run by the Rhino JavaScript engine. Your
JavaScript code must conform to JavaScript 1.7. Your JavaScript code is not run under a browser
environment. Therefore, you cannot use objects and functions that are available only in a browser
environment. You can, however, use standard JavaScript objects (such as Math) and
functions (such as parseInt). In addition, your JavaScript code can use
white-listed Java classes, which you might need so that you can use operations that are not
supported by standard JavaScript functions. You can find the list of these Java classes at JavaScript whitelist. To find out more about using Java classes in JavaScript, see the Rhino documentation https://developer.mozilla.org/en/docs/Rhino.
. The
.
. The