> For the complete documentation index, see [llms.txt](https://authdocs.skill-mine.com/licentio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://authdocs.skill-mine.com/licentio-documentation/get-started/customize-sign-in-experience.md).

# 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.

<figure><img src="/files/3EO2WF7VCKTLQg1CULq8" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/dEkUiglpEcyrm3X31Rxk" alt=""><figcaption></figcaption></figure>

After creating the hosted page it allows you to customize all the sel&#x66;**-**&#x73;ervice pages that needs for the auth system like, registration, login, forgot password, and so on.

<figure><img src="/files/QIkKWDFslF01zaLm3JQi" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/eURUYxfngoqFUz9OKVcu" alt=""><figcaption></figcaption></figure>

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.)

<figure><img src="/files/3MKV8kIdzUMlXH6kWqQ5" alt=""><figcaption></figcaption></figure>

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.

<figure><img src="/files/M1PcB0wSihlkJoHNBgXE" alt=""><figcaption></figcaption></figure>

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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://authdocs.skill-mine.com/licentio-documentation/get-started/customize-sign-in-experience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
