# How Do I Configure SSO for Azure AD?

You can set up authentication via SAML for Microsoft Entra ID by following the in-app instructions on the [SSO settings page](https://app.archera.ai/settings?tab=sso).

## Setup Steps

### Step 1: Create a Microsoft Entra ID Application

Create an application in Microsoft Entra ID by following [Microsoft's enterprise app setup instructions](https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/add-application-portal).

### Step 2: Provide Credentials to Archera

Provide the following to Archera via the website forms:

* Login URL
* Entra ID Identifier

### Step 3: Update Azure Application Configuration

Update your application with the **"Audience URI"** and **"Assertion Consumer Service URL"** in the "Basic SAML Configuration" section.

## Next Steps

All these instructions are also included in the in-app walkthrough.

At this point Microsoft Entra ID should be configured to enable your team to login to Archera via SSO.

Please reach out to <support@archera.ai> if you have any questions or encounter any issues during the process.

## Related Resources

* [Settings & Integrations - Section Overview](/help-center/user-guide/settings-integrations.md)
* [How Does Archera Access My Azure Environment](/help-center/security/azure-access.md)


---

# 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.archera.ai/help-center/security/configure-sso-azure-ad.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.
