> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/organization-settings/private-panels-saml.md).

# Private Panels SAML

{% hint style="info" %}
This article outlines setting up SSO for Private Panels-only customers. If you're a Dscout customer who uses Private Panels, refer to [Set up SAML SSO](https://help.dscout.com/hc/en-us/articles/32654310194708) to configure SSO.
{% endhint %}

### Setup your SAML application

Here are two common ways to setup SAML:

* [Google Workspace](https://apps.google.com/supportwidget/articlehome?hl=en\&article_url=https%3A%2F%2Fsupport.google.com%2Fa%2Fanswer%2F6087519%3Fhl%3Den\&assistant_id=generic-unu\&product_context=6087519\&product_name=UnuFlow\&trigger_context=a)
* [Azure AD](https://learn.microsoft.com/en-us/power-pages/security/authentication/saml2-settings-azure-ad)

### We will need you to provide us the following IDP data

Please reach out to <support@dscout.com> to provide the following information:

* Entity Id
* SSO Service URL
* SSO Logout URL
* Public x509 certificate
* Certificate Fingerprint

### Configuration Values for SAML

After you reach out to us, we will provide you with URLs similar to this:

* ACS URL: `https://app.dscout.com/panels-saml2/YOUR_ACCOUNT_NAME/acs`
* Entity Id: `https://app.dscout.com/panels-saml2/YOUR_ACCOUNT_NAME/metadata`

{% hint style="info" %}
Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# 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.dscout.com/private-panels/organization-settings/private-panels-saml.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.
