# How to set up single sign on

Allow your members to securely access Humata, ensuring a seamless login experience while strengthening overall security.

**SAML 2.0 Integration**

Use your company's existing SSO provider, such as:

* Okta
* Microsoft Azure Active Directory
* Google Workspace
* OneLogin  \
  and more to manage and log into Humata with our SSO SAML 2.0 connection through our authentication provider, Supabase.

Please follow the steps below to configure this authentication method.

1. Set up a new IDP connection with the information from the table provided below.
2. After configuring the IDP connection, download the SAML 2.0 Metadata XML file or a SAML 2.0 Metadata URL pointing to an XML file.
3. Email this configuration file to <support@humata.ai>, and we will complete the integration process.

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"> </td><td valign="top">Please use the following connection information</td></tr><tr><td valign="top">Single sign-on URL</td><td valign="top">https://app.humata.ai/api/v1/sso/saml/acs</td></tr><tr><td valign="top">Recipient URL</td><td valign="top">https://api.humata.ai/auth/v1/sso/saml/acs</td></tr><tr><td valign="top">Destination URL</td><td valign="top">https://api.humata.ai/auth/v1/sso/saml/acs</td></tr><tr><td valign="top">Audience URI (SP Entity ID)</td><td valign="top">https://api.humata.ai/auth/v1/sso/saml/metadata</td></tr><tr><td valign="top">Name ID format             </td><td valign="top">Email Address</td></tr></tbody></table>


---

# 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.humata.ai/guides/readme/how-to-set-up-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.
