Cloud Identity JavaScript

The Cloud Identity JavaScript mechanism can be used to implement authentication and user self care flows between Security Access Manager, Cloud Identity, and the end user.

This mechanism has several properties:

Mapping Rule
The configured Info Map mapping rule to be run
Server Connection
The Cloud Identity server connection to use to perform all operations
Verify Client ID
The client ID configured for IBM Verify in Cloud Identity
Bypass if not enrolled
A boolean indicating whether to return success without attempting authentication if no multi-factor authentication methods are enrolled.

Similar to Info Map mechanisms, if the configured mapping rule returns FALSE, then a page will be returned to the user. The JavaScript must define which page to return. The JavaScript can also populate any macros on the page and modify what is displayed to the user. If the rule returns TRUE, then the mechanism will return success and the policy will continue.

The following parameters are available in the mapping rule: Available parameters in Info Map

After you have configured the mechanism, you can create policies that include this mechanism. For more information, see Creating an authentication policy