# How to Set Up Single Sign-On (SSO) for Your Status Page

This article will teach you how to set up SSO for your status page.

1. Go to your **Status Page** settings in the sidebar.
2. Choose the **Privacy & Security** tab.
3. Click **Set Up SSO** button.

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

4. Get the fields to set up your **SSO app in your provider**, and then in 5, you must return to this form.

* **Identity Provider**: Copy and Paste the SSO URL to your SSO App in Okta or another provider.
* **Issuer**: Copy and Paste "isdown" into Audience URI (SP Entity ID)&#x20;
* **Name ID format:** Email Address;

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

5. With the metadata generated after creating your SSO:

* **IDP Certificate ->** Copy and paste all the text (SECRET) between BEGIN CERTIFICATE and END CERTIFICATE in the textarea, or if you open the metadata.xml generated, grab the value in the attribute **X509Certificate.**
* **IDP Sign In URL** -> In the metadata.xml file, in the attribute SingleSignOnService, grab the value (URL) for the **Location** attribute.

6. Click **Save.**

If you have any questions or need help, please contact us via in-app chat or email us at <support@isdown.app>.

***

**Related Articles**

* [**How to Customize a Status Page**](https://help.isdown.app/status-page/how-to-customize-a-status-page)
* [**Add Custom Domain**](https://help.isdown.app/status-page/add-custom-domain)
* [**Enable Subscribers**](https://help.isdown.app/status-page/enable-subscribers)


---

# 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/status-page/how-to-set-up-single-sign-on-sso-for-your-status-page.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.
