> For the complete documentation index, see [llms.txt](https://docs.apono.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apono.io/docs/additional-integrations/identity-providers/azure-active-directory-microsoft-entra-id.md).

# Microsoft Entra ID

Microsoft Entra Identity, formerly known as Azure AD, is a comprehensive identity and access management service provided by Microsoft. It facilitates secure user authentication and authorization across various applications and platforms.

Through this integration, Apono helps you securely manage the access of your users. Azure Entra ID will serve as the source of truth for users, groups and attributes. Once included in [Access Flows](https://docs.apono.io/docs/access-flows/access-flows), users will be able to request access to cloud resources according to their Entra ID groups and attributes.

***

### Prerequisites

<table><thead><tr><th width="288">Item</th><th>Description</th></tr></thead><tbody><tr><td><strong>Microsoft Entra ID Admin Permission</strong></td><td>Microsoft Entra ID account with <a href="https://learn.microsoft.com/en-us/microsoft-365/admin/add-users/assign-admin-roles?view=o365-worldwide#watch-add-an-admin">admin privileges</a>, such as User Administrator, that can grant permissions to an app<br><br>❗<strong>Apono does not require Entra Admin access. This is required for the admin following this guide.</strong> ❗</td></tr></tbody></table>

***

### About this application

Apono's integration with Microsoft Entra ID is OAuth-based. Read more [here](https://learn.microsoft.com/en-us/entra/architecture/auth-oauth2).

{% hint style="info" %}
To sync users, groups and attributes, Apono requires the following permission scopes:

1. User.Read
2. Group.Read

Learn more [here](https://learn.microsoft.com/en-us/graph/permissions-reference).
{% endhint %}

***

### Integrate Microsoft Entra ID

<figure><img src="/files/SHds0FHZndDWXopzdDDz" alt="" width="563"><figcaption><p>Azure AD tile</p></figcaption></figure>

Follow these steps to complete this integration:

1. On the [**Catalog**](https://app.apono.io/catalog?search=azure+ad) tab, click **Azure AD**. The **Add Integration** page appears.
2. (Optional) Enter a comma delimited list of **Groups to Sync**.
3. Click **Connect**. The Microsoft connection screen appears.
4. Click **Accept** to grant Apono access to your Microsoft Entra ID instance.

Now that you have completed this integration, you can [create access flows](/docs/access-flows/access-flows.md) that grant access to members of your Microsoft Entra ID instance.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.apono.io/docs/additional-integrations/identity-providers/azure-active-directory-microsoft-entra-id.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
