> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/integration/identity-service-provider-configuration.md).

# Identity Service Provider Configuration

Configuring the Identity Service Provider (IdP) to integrate with DocBits requires a few specific steps.Here is a guide to doing that:

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

**Accessing the IdP configuration interface**

* Log in to your Identity Service Provider (IdP) as an administrator.
* Navigate to the settings or configuration interface dedicated to managing SAML integrations.

**Entering the Tenant ID:**

* Look for the section that allows configuration for new SAML integrations.
* Enter the DocBits tenant ID. This ID identifies your Docbits account to the IdP and enables secure communication between the two systems.

**Importing the required files:**

* DocBits usually requires downloading metadata or adding specific configuration details. Check your IdP's documentation to see what steps are required.
* Download the DocBits metadata file or import it into your IdP's configuration menu. Alternatively, you can manually enter the required configuration details, depending on what your IdP supports.

**Configure integration settings:**

* Make sure the integration settings, such as the SSO URL, Entity ID, and SAML certificate, are correct.
* Check that the Single Log-Out (SLO) URL and other required parameters are configured correctly. These are critical for smooth authentication and logout via SAML.

**Verify configuration:**

* Take time to make sure all information entered is correct and that there are no typos or misconfigurations.
* Run tests to ensure that users can successfully log into Docbits via SAML and that Single Log-Out is working properly.

**Security considerations:**

* Make sure all transferred files and configuration details are handled securely to avoid data leaks or unauthorized access.
* Protect sensitive information such as SAML certificates and credentials from unauthorized access and store them in a safe location.


---

# 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:

```
GET https://docs.docbits.com/administration-and-setup/settings/global-settings/integration/identity-service-provider-configuration.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.
