Cloud Identity JavaScript
The Cloud Identity JavaScript mechanism can be used to implement authentication and user self care flows between Security Verify Access, Cloud Identity, and the end user.
This mechanism has several properties:
- Map 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 we have configured the mechanism, we can create policies that include this mechanism. For more information, see Create an authentication policy
Parent topic: Cloud Identity API Integration