# How to configure Microsoft Entra ID to display groups on the Digibee Integration Platform

{% hint style="info" %}
Microsoft Entra ID is the new name for Azure AD. The names Azure Active Directory, Azure AD, and AAD have been replaced by Microsoft Entra ID.
{% endhint %}

Follow the steps below to configure Microsoft Entra ID and enable the identity provider to make groups available on the Digibee Integration Platform.

1. Sign in to the [Azure portal](https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?redirect_uri=https%3A%2F%2Fportal.azure.com%2Fsignin%2Findex%2F\&response_type=code%20id_token\&scope=https%3A%2F%2Fmanagement.core.windows.net%2F%2Fuser_impersonation%20openid%20email%20profile\&state=OpenIdConnect.AuthenticationProperties%3DG745LHoFVf4X4OdYS9oQNBD2rD8_SJGeea_YPOliGiCeLKptrDJfE13Y2xXkrGrX7uvoFHxCCcE9OjJhKR0Ag2uveIFU5bbJPVi7hCq2w6nwY6VujPue91nxKqpicG_EqnaTi3FJXJIi382j3kVLe96JLctSANzaVUO-CoFuXU0FgcrMxAzeDLj97dXtsPP4eTCPcl1-ncGftn6ydhBF2uOzcXe2vpnZqi2e-MciF7W5MFUF8gk2Dts01FVvwJwwgkDhGhJ3wx5aEpN5GzsOyYGk040EJ16y7GEp8A41PgOY1aqZSrBdIcr2s6QTP-eV4jQrRwXzVVYEulTa3_aLJv6luSk5hHJB6gX1-uAtblEGYx-Ootv5Hi8YaL-5MccX9Nc6K9sufLK9Wl9n2aZFhAXOztWak-R87mooBh5kB1CIUDM0TgLALGce06OUL3kNCLKQ5wsioI0e2vPPYs9IxdpfibbSRAH1g9gtwjVjGxU\&response_mode=form_post\&nonce=638767820863707384.ZmM0ZjU5YjctMjdiMS00ZDE1LTk5OTQtNDMzNWVmZWE0NGI5ZjcyN2VhYjQtYjBlYy00Nzg4LWFkMzAtNTAxZWI3OTIzYzRj\&client_id=c44b4083-3bb0-49c1-b47d-974e53cbdf3c\&site_id=501430\&client-request-id=e24392e0-b3f1-4a87-aa65-f2652434b833\&x-client-SKU=ID_NET472\&x-client-ver=7.5.0.0).
2. Log in to Microsoft Entra ID and click **Enterprise Application** in the menu on the left.
3. Type “StagingAzureADSAML” in the search bar.
4. Click **Microsoft Entra SAML Toolkit.**
5. Click **Single Sign On** under the **Management** session in the left menu.
6. Click **SAML** to open the Single Sign On configuration.

The data below is necessary to execute the basic SAML configuration:

```
Identifier (Entity ID):
https://staging-auth.godigibee.io/samlv2/sp/8595b20a-9874-4d68-81a5-b74ebf8b25d

Reply URL (Assertion Consumer Service URL):
https://staging-auth.godigibee.io/samlv2/acs

Sign on URL:
https://staging-auth.godigibee.io/oauth2/authorize?client_id=33e1842c-4903-47d5-a9ff-8d5857ff78d3&response_type=code&redirect_uri=%2Flogin 
```

7. Click **Add a group claim** in the edit section of **Attributes and Claims.**
8. Select **All Groups** in the menu on the left.&#x20;
9. Click **Save**.


---

# 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.digibee.com/documentation/troubleshooting/authentication-and-security-guides/integrated-authentication-with-microsoft-entra-id/config-display-groups-microsoft-id.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.
