# Setting up SSO login

{% hint style="info" %}
Available in the **ENTERPRISE plan**
{% endhint %}

Integrating WotNot with your identity provider makes logging in simple and secure for your team.

Follow the steps in this article to configure your identity provider, to require OpenID connect SSO (Single Sign On) from all your teammates, or offer it as one of your sign in options.&#x20;

{% embed url="<https://youtu.be/pVabI4mt_kg?si=8F406bseX3DRbOyv>" %}

## Configuring your identity provider

To enable your identity provider, follow these steps:

1. Go to Settings > Account > Security > SSO
2. Enable the "SSO" switch
3. Fill in the required details
   1. Client ID
   2. Client Secret
   3. IDP Provider URL
   4. Redirect URL (to be configured in your identity provider)
4. Click "Save"

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

Login with SSO is now enabled for your account. Any user trying to login using password or trying to reset password will not be allowed to login, and instead be directed to login using SSO.&#x20;

## Signing in with SSO

Open <https://app.wotnot.io/login> and choose "Sign in with SSO".

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

Enter your email address, and click "Login". In the background, WotNot will call your identity provider to confirm authentication and if successful, the user will be proceeded to the WotNot platform.&#x20;

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

If the user has access to multiple accounts, user will be asked to select the account they wish to login to. <br>

<figure><img src="/files/41khYY4JO1qxkt4K1WMC" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.wotnot.io/support-and-billing/account-settings/setting-up-sso-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
