IDM 7.3.0

User self-registration form

During user self-registration, IDM displays user attributes on the user registration form, as defined in the selfservice-registration.json file. You can modify the displayed properties in the registrationProperties code block:

"registrationProperties" : [
    "userName",
    "givenName",
    "sn",
    "mail"
],

To add user attributes to the user self-registration form using the admin UI:

  1. From the navigation bar, click Configure > User Registration.

  2. On the User Registration page, select the Registration Form tab.

  3. Below the list of attributes, click the drop-down list, select an attribute, and click Add.

    This action also adds the attribute to the registrationProperties code block.

The user self-registration form displays attributes in the listed order.

You can also set up user self-registration via configuration files, as described in the following table:

User Self-Registration Configuration Files
File Name Description

external.email.json

To enable email verification, you must configure an outgoing email server.

managed.json

You can customize user self-registration based on entries in this file. To change the labels seen by end users, change the associated title.

policy.json

selfservice.kba.json

refer to Security questions.

selfservice-registration.json

ui-configuration.json

Copyright © 2010-2023 ForgeRock, all rights reserved.