Skip to content

Commit 7cbfe2b

Browse files
committed
remove global admin instruction
1 parent e1a9f8b commit 7cbfe2b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

articles/api-management/api-management-howto-aad.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to enable user sign-in to the API Management developer po
66
author: dlepow
77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 09/18/2024
9+
ms.date: 09/19/2024
1010
ms.author: danlep
1111
ms.custom: engagement-fy23, devx-track-azurecli
1212
---
@@ -110,18 +110,12 @@ After the Microsoft Entra provider is enabled:
110110
1. In the **Add identity provider** pane's **Allowed tenants** field, specify the Microsoft Entra instance's domains to which you want to grant access to the API Management service instance APIs.
111111
* You can separate multiple domains with newlines, spaces, or commas.
112112

113-
> [!NOTE]
114-
> You can specify multiple domains in the **Allowed Tenants** section. A global administrator must grant the application access to directory data before users can sign in from a different domain than the original app registration domain. To grant permission, the global administrator should:
115-
> 1. Go to `https://<URL of your developer portal>/aadadminconsent` (for example, `https://contoso.developer.azure-api.net/aadadminconsent`).
116-
> 1. Enter the domain name of the Microsoft Entra tenant to which they want to grant access.
117-
> 1. Select **Submit**.
118-
119113
1. After you specify the desired configuration, select **Add**.
120114
1. Republish the developer portal for the Microsoft Entra configuration to take effect. In the left menu, under **Developer portal**, select **Portal overview** > **Publish**.
121115

122116
After the Microsoft Entra provider is enabled:
123117

124-
* Users in the specified Microsoft Entra instance can [sign into the developer portal by using a Microsoft Entra account](#log_in_to_dev_portal).
118+
* Users in the specified Microsoft Entra tenant(s) can [sign into the developer portal by using a Microsoft Entra account](#log_in_to_dev_portal).
125119
* You can manage the Microsoft Entra configuration on the **Developer portal** > **Identities** page in the portal.
126120
* Optionally configure other sign-in settings by selecting **Identities** > **Settings**. For example, you might want to redirect anonymous users to the sign-in page.
127121
* Republish the developer portal after any configuration change.

0 commit comments

Comments
 (0)