> For the complete documentation index, see [llms.txt](https://help.isdown.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.isdown.app/status-page/how-to-set-up-single-sign-on-sso-for-your-status-page.md).

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