# Setting up Entra ID for SSO with the Aisera Platform

The Aisera Platform supports [SSO integration](/aisera-platform/tenant-setup/aisera-platform-configuration/setting-up-sso-authentication.md) with your chosen Identity Provider.

To set up SSO using Entra ID:

1. Sign in to the Azure portal with an account that has administrative access to create and manage enterprise applications.
2. Navigate to **Entra Id** **> Enterprise Apps > All Applications**
3. Click **+ New Application**
4. Search for and select **Microsoft Entra SAML Toolkit**
5. Enter a name for your application and select **Create**
6. In the navigation menu for your new application navigate to **Single sign-on**
7. Select **SAML**
8. Click **Edit** under **Basic SAML Configuration** and fill in the following fields with their appropriate values

   <table><thead><tr><th width="226.800048828125">Field</th><th>Value</th></tr></thead><tbody><tr><td>Identifier (Entity ID)</td><td><code>https://&#x3C;aisera_tenant>.login.aisera&#x3C;top_level_domain>/</code></td></tr><tr><td>Reply URL (Assertion Consumer Service URL)</td><td><code>https://&#x3C;aisera_tenant>.login.aisera&#x3C;top_level_domain>/aisera/ssoLoginCallback</code></td></tr><tr><td>Sign on URL</td><td><code>https://&#x3C;aisera_tenant>.login.aisera&#x3C;top_level_domain>/aisera/ssoLoginCallback</code></td></tr><tr><td>Relay State</td><td><code>https://&#x3C;aisera_tenant>.login.aisera&#x3C;top_level_domain>/</code></td></tr></tbody></table>
9. At the top of the **Basic SAML Configuration** pane click **Save**
10. Under the **SAML Certificates** click **Download** for the **Certificate (Base64)**
11. Under **Set up \<your application>** copy the **Login URL** and **Logout URL**


---

# 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.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/setting-up-sso-authentication/setting-up-entra-id-for-sso-with-the-aisera-platform.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.
