# Single Sign-On

Enable Single Sign-On within your StatusPal organization's Security page and let your team members sign in via your centralized, company-controlled single sign-on “SSO” provider like Okta, Azure AD, etc.

When enabling Single Sign-On in your StatusPal account, it will work with:

1. Your team members accessing your StatusPage admin console portal.
2. Your status page visitors when your status page is [configured as private](/platform/private-status-page.md).

### Enable SSO

Start by visiting your organization's settings by clicking on the back arrow next to your status page logo:

<div align="left"><figure><img src="/files/vPvf0jkhRYLSPMPUQmix" alt="Access your StatusPal organization&#x27;s settings from within your status page admin dashbaord" width="563"><figcaption></figcaption></figure></div>

Then click on "Single Sign-On" from the sidebar, check "Enable SAML authentication" and click Save.

<figure><img src="/files/Ju2h65Kq6p2xZj2y26fX" alt="StatusPal status pages - SSO security settings"><figcaption></figcaption></figure>

From this point on, you can pick one of our existing guides specific to each SSO provider in order to complete the SAML configuration: <https://help.statuspal.io/category/63-sso>.

#### Your organization's Single Sign-On URL

Once you have configured SSO in your organization's Security page, make sure to save your organization's Single Sign-On URL, which you will find at the bottom of the page, below the "Require SSO" checkbox.

<figure><img src="/files/kI780kBErsEKSDQpB8E6" alt="Access your StatusPal SSO URL"><figcaption></figcaption></figure>

Share your Single Sign-On URL with your team so they can get direct access your StatusPal admin console.

### Enable SSO for your status page

Once you have configured SSO for your StatusPal organization according to the previous step, any status page that you [configure as private](/platform/private-status-page.md) within your organization will support SSO.

If you check the "Require SSO" checkbox in your organization, your status page will also work only with SSO and remove every other authentication option (email+password, Google, Github).


---

# 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://docs.statuspal.io/security/single-sign-on.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.
