> For the complete documentation index, see [llms.txt](https://docs.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.couchdrop.io/administration/sso-and-single-sign-on/saml-sso.md).

# SAML SSO

Couchdrop can be configured for SAML authentication via the web interface.

### Pre-Requisites&#x20;

Users must already exist in Couchdrop for SAML login and as Couchdrop supports login via SFTP and FTP, they must have a password set as well. SAML Login is only available through the web interface. &#x20;

### Configuration Steps

**Enable SAML SSO**

Login to Couchdrop as the owner. Navigate to **Administration** --> **SSO** --> **SAML SSO**

You will need to provide the following details to Couchdrop so that it can connect to your identity provider.&#x20;

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

### Azure SAML Setup

#### Required Fields&#x20;

<table><thead><tr><th>Field</th><th width="285">Example</th><th>Description</th></tr></thead><tbody><tr><td>SAML IDP Identity ID</td><td>https://sts.windows.net/6c4526c1-a311-479b-af9c-1e0ecc4122be/</td><td>(Microsoft Entra Identifier) See Step 4 of your Entra Single Sign-On App Settings.  </td></tr><tr><td>SAML IDP SSO URL</td><td>https://login.microsoftonline.com/6c4526c1-a311-479b-af9c-1e0ecc4122be/saml2</td><td>(Login URL)<br>See Step 4 of your Entra Single Sign-On App Settings. </td></tr><tr><td>SAML IDP Certificate</td><td>-----BEGIN CERTIFICATE----- MIIC8DCCAdigAwIBAgIQeTBhv/RYZrpAXGf+yF185DANBgkqhkiG9w0BAQsFADA0MTIwMAYDVQQD<br>.....<br>-----END CERTIFICATE----</td><td>Certificate (Base64)<br>See Step 3 of your Entra Single Sign-On App Settings. </td></tr><tr><td>SAML IDP Email Attribute Key</td><td>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress</td><td>The example provided is the default for all Microsoft Single Sign-On Apps. </td></tr></tbody></table>

&#x20;<br>


---

# 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://docs.couchdrop.io/administration/sso-and-single-sign-on/saml-sso.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.
