User Self-Care operations

ISAM provides some pre-defined authentication policies for enabling certain User Self-Care operations, such as account creation, password reset, and lost ID retrieval. We can customize these pre-defined authentication policies to suit our particular needs, for example:

We can also use these pre-defined authentication policies as building blocks to compose new User Self-Care scenarios. The logic and server-side processing is almost entirely performed in JavaScript mapping rules. These existing rules can be extended or transformed. New rules can also be written to implement different features.

The pre-defined authentication policies all use HTML templates, which can be customized to match your application. Each policy includes a list of the HTML templates used.

Form pre-population and handling of responses is performed by JavaScript mapping rules. Each policy includes a list of the JavaScript mapping rules used.

Prerequisites

Before we use any of the authentication policies to achieve SCIM account management, we must complete the following prerequisite setup:

Parent topic: SCIM account management