# Azure AD SSO

> This documentation applies **only to Hivel Cloud customers**.\
> If you are looking for an **on-premise solution**, please contact us at [support@hivel.ai](mainto:support@hivel.ai).

This setup allows you to enable Single Sign-On (SSO) for Hivel users through Microsoft Entra ID (formerly Azure AD).

### Configuration Steps

When creating the SAML application in Microsoft Entra:

**Mandatory fields to configure on your side:**

* App Name: Hivel
* Identifier (Entity ID): <https://app.hivel.ai/>
* Reply URL (Assertion Consumer Service URL): <https://app.hivel.ai/hivelapi/auth/azure-ad/callback>

Other fields are optional and can be skipped.

**Once configured, please share the following with the Hivel team:**

1. Login URL:
   * &#x20;Login URL Example : <https://login.microsoftonline.com/55d96f5e-2b75-4762-ae08-11de584d8e83/saml2>
2. Microsoft Entra Identifier (issuer):
   * Microsoft Entra Identifier (issuer) Example: <https://sts.windows.net/55d96f5e-2b75-4762-ae08-11de584d8e83/>
3. Logout URL:
   * Logout URL Example: <https://login.microsoftonline.com/55d96f5e-2b75-4762-ae08-11de584d8e83/saml2>
4. Share the **Microsoft Tenant ID** with the Hivel team.

> Once the app is created and all of the above are configured, share the **Microsoft Tenant ID** with the Hivel team.


---

# 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.hivel.ai/integrations/azure-ad-sso.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.
