Customize sign-in experience

The Auth system allows full customization of the login and registration pages to meet your business needs.

Sites:

Click Settings on the left sidebar, then select Site Group. You will land on the following page.

In this page click the Create Site Group button and fill the group name.

After creating the hosted page it allows you to customize all the self-service pages that needs for the auth system like, registration, login, forgot password, and so on.

From the list of Self service pages click the pencil icon in the action column.

In the edit page details you will get an option to add the page by locale wise. (it will automatically detect the customers browser and render their locale if you configured it here.)

In the URL enter the page you have developed for the auth system and save. From this moment any request to this page will be redirected to your own page.

In your own page you have to call our API to connect with the auth system. Download the open api spec from the API sections.

Configure in the Blueprint

Once you configure the site page you have to enable this site page group in the Blueprint settings.

We have configured the Login and Registration pages for each application based on specific organizational requirements.

  • In case, an organization wanted to customize the login experience. For instance, Office 365 users are redirected to the organization's custom UI for authentication, instead of the default Office 365 login page.

These configurations ensure that the login process is tailored to each organization’s unique needs, maintaining consistency with their branding and user experience requirements.

Last updated