# How to Set Up Single Sign-On (SSO)

Enable Single Sign-On (SSO) to allow your team to securely access IsDown using your organization's identity provider (IdP). This guide will walk you through the setup process.

{% hint style="info" %}
SSO is available only on **Business** and **Enterprise** plans.
{% endhint %}

Start by creating a SAML 2.0 application in your IdP. Choose from our step-by-step guides:

* [Okta – Full Guide](https://help.isdown.app/accounts/setup-admin-sso/okta)
* [Azure AD – Full Guide](https://help.isdown.app/accounts/setup-admin-sso/azure-ad)
* [Google SSO – Full Guide](https://help.isdown.app/accounts/setup-admin-sso/google-sso)

Using a different provider? Contact our [support team.](https://isdown.app/help)

Once your SSO app is created, follow these steps:

1. **Log in** to your IsDown account.
2. Go to **Account Settings** in the sidebar.<br>

   <figure><img src="/files/Prr53Q7yCpDM4PiTsPRm" alt=""><figcaption></figcaption></figure>
3. Scroll to the **SSO** section and click **Set up**.

<figure><img src="/files/9aFIeObmnTlaY3Mmmzd3" alt=""><figcaption></figcaption></figure>

4. Fill in the required fields:

* **Domain**: The domain your users will log in with (e.g., for `nuno@yourcompany.com`, enter `yourcompany.com`).
* **Identity Provider**: Copy the value of the Reply URL / SSO URL\
  \&#xNAN;*Example URL:* `https://isdown.app/users/auth/saml/{UUID}/callback`
* **Issuer / Entity ID**: Usually `isdown` if you followed our default setup.
* **IDP Certificate**: Paste the entire certificate text (including `BEGIN CERTIFICATE` and `END CERTIFICATE`). Or, extract the value of `X509Certificate` from your metadata XML file.
* **IDP Sign-In URL**: Find the `Location` value in the `SingleSignOnService` tag in your metadata XML.

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

5. Click **Save** to apply your settings.
6. For quick login, you can use `https://isdown.app/sso?domain=YOURDOMAIN`

#### Need Help?

Reach out via the in-app chat or email us at <support@isdown.app>.\
Here’s [our logo](https://help.isdown.app/~gitbook/image?url=https%3A%2F%2F3217946727-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FwE1RBRUaBkIz2ukzWl7o%252Fuploads%252FWniWaKVI37Tcvl4hvWAV%252Ficon512.png%3Falt%3Dmedia%26token%3D7dfae9fd-fd49-4819-9251-09654ebdab75\&width=300\&dpr=4\&quality=100\&sign=df89cf63\&sv=2) to upload in your SSO app settings, if needed.

***

#### **Related Articles**

* [**How to Add a Team Member**](https://help.isdown.app/accounts/how-to-add-a-team-member)
* [**How to Remove a Team Member**](https://help.isdown.app/accounts/how-to-remove-a-team-member)
* [**Accept an Invitation**](https://help.isdown.app/accounts/accept-invitation)


---

# 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.isdown.app/accounts/how-to-set-up-single-sign-on-sso.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.
