Skip to content

Commit ee34756

Browse files
Merge pull request #309224 from dlepow/qext
[APIM] Fix external ID scenarios
2 parents a4b0537 + 930f2a8 commit ee34756

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

articles/api-management/api-management-howto-entra-external-id.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ ms.custom:
1919

2020
[Microsoft Entra External ID](/entra/external-id/external-identities-overview) is a cloud identity management solution that allows external identities to securely access your apps and resources. You can use it to manage access to your API Management developer portal by external identities.
2121

22-
In this article, you learn the configuration of the Microsoft Entra ID identity provider for the following scenarios that are supported by the API Management developer portal:
22+
In this article, you learn the configuration of the Microsoft Entra ID identity provider for the following scenario:
2323

2424
* Integration with Microsoft Entra External ID in your *workforce tenant*. For example, if your workforce tenant is for the Contoso organization, you might want to configure Google or Facebook as an external identity provider so that these external users can also sign in using their accounts.
25-
* Integration with Microsoft Entra External ID in a separate *external tenant*. This configuration only allows external users from that tenant to sign in to the developer portal.
26-
27-
> [!NOTE]
28-
> Currently, you can't configure more than one Microsoft Entra ID identity provider for the developer portal.
2925

3026
For an overview of options to secure access to the developer portal, see [Secure access to the API Management developer portal](secure-developer-portal-access.md).
3127

@@ -35,14 +31,14 @@ For an overview of options to secure access to the developer portal, see [Secure
3531

3632
## Prerequisites
3733

38-
* A Microsoft Entra ID tenant (workforce tenant) in which to enable external access, or a separate [external tenant](/entra/external-id/customers/how-to-create-external-tenant-portal)
34+
* A Microsoft Entra ID tenant (workforce tenant) in which to enable external access.
3935
* Permissions to create an application and configure user flows in the workforce tenant.
4036
* An API Management instance. If you don't already have one, [create an Azure API Management instance](get-started-create-service-instance.md).
4137
* If you created your instance in a v2 tier, enable the developer portal. For more information, see [Tutorial: Access and customize the developer portal](api-management-howto-developer-portal-customize.md).
4238

4339
## Add external identity provider to your tenant
4440

45-
If you're using a workforce tenant, an external identity provider must be enabled in your workforce tenant. Configuring the external identity provider is outside the scope of this article. For more information, see [Identity providers for External ID in workforce tenant](/entra/external-id/identity-providers).
41+
An external identity provider must be enabled in your workforce tenant. Configuring the external identity provider is outside the scope of this article. For more information, see [Identity providers for External ID in workforce tenant](/entra/external-id/identity-providers).
4642

4743
## Create Microsoft Entra app registration
4844

@@ -74,10 +70,9 @@ For external users to sign up for access to the developer portal, you must compl
7470
* Enable self-service sign-up for your tenant.
7571
* Add your app to the self-service sign-up user flow.
7672

77-
For more information and detailed steps, see the following articles, depending on whether you're using a workforce or an external tenant:
73+
For more information and detailed steps, see the following articles:
7874

7975
- Workforce tenant: [Add self-service sign-up user flows for B2B collaboration](/entra/external-id/self-service-sign-up-user-flow)
80-
- External tenant: [Create a sign-up and sign-in user flow for an external tenant app](/entra/external-id/customers/how-to-user-flow-sign-up-sign-in-customers) and [Add an app to the user flow](/entra/external-id/customers/how-to-user-flow-add-application)
8176

8277
## Configure Microsoft Entra ID as an identity provider for developer portal
8378

0 commit comments

Comments
 (0)