> 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/enable-social-sign-in.md).

# Enable social sign-in

In the sidebar click **Settings -> Authentication Methods** to navigate to the Authentication Methods settings page.&#x20;

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

Auth supports various login providers Social, Enterprise, SAML 2.0, Raw OpenID connect, etc.&#x20;

In these are some social login providers.&#x20;

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

In this you will get a list of available social login providers. From this list enable the social provider you want.&#x20;

**Enabling social login is a 2- step process :**

**Step 1** is to configure the details in the auth side&#x20;

**Step 2** is to configure the details in the selected social provider.&#x20;

Once it is configured in the social provider’s developers page you will get the client id and client secret (or equivalent value) and that needs to be updated back in the Auth system.&#x20;

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

**Enable in the Blueprint Settings**&#x20;

Once you enable the selected login provider on this page. You have to enable that in the Blueprint so that it will be reflected in the auth’s login and registration page.&#x20;

Enable in the Registration Page setting&#x20;

In the Blueprint -> Registration Page settings -> Social Providers&#x20;

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

**Enable In the Login page**&#x20;

In the **Blueprint -> Login Page Settings  -> Authentication Method Setting-> Social Provider**&#x20;

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

Once this is enabled you can see this in the login/registration page as a secondary login/register provider.&#x20;

&#x20;


---

# 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/enable-social-sign-in.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.
