Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The user registration form also known as the sign up form is primarily used to gather information of users who are using a given service or product. The information required by business entities will differ based on their strategies. WSO2 ES facilitates the option for the administrator to customize the registration form to suite the entities business requirements.

...

  1. Login to the Carbon management console using admin:admin as the username:password.

    URL formathttps://<ES_HOST>:<ES_HTTPS_PORT>/carbon
    Description

    By default, <ES_HOST> is localhost. However, if you are using a public IP, the respective IP address or domain needs to be specified.
    By default, <ES_HTTPS_PORT> has been set to 9443. However, if the port offset has been incremented by n, the default port value needs to be incremented by n.

    Examplehttps://localhost:9443/carbon
  2. Click Configure
  3. Click Claim Management.

  4. Click http://wso2.org/claims under AVAILABLE CLAIM DIALECTS.

    Info

    In WSO2 ES the http://wso2.org/claims is used to configure the registration form and it is the default dialect being used by WSO2 Carbon.

  5. Working with claims: 

    1. Adding a new claim:
      1. Click Add New Claim Mapping to add a new claim that does not already exist.
      2. Fill in the fields of the NEW CLAIM DETAILS form.
      3. Click Add to add the new claim.
    2. Editing a claim:
      1. Click Edit, corresponding to the claim you wish to edit.
      2. Edit the required fields of the UPDATE CLAIM DETAILS form.
      3. Check Required to get the respective field on the registration form.
        Uncheck Required to remove the respective field from the registration form.
        Example:
        Currently the filed named country is not on the ES registration form, by checking Required it will be included on the registration form.
      4. Click Update to save the changes made.
  6. Once the above steps have been followed navigate Navigate to the ES store front or back office (publisher) registration page and refresh the page to view the customized registration form.


...