You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-entra-external-id.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,9 @@ ms.custom:
19
19
20
20
[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.
21
21
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:
23
23
24
24
* 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.
29
25
30
26
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).
31
27
@@ -35,14 +31,14 @@ For an overview of options to secure access to the developer portal, see [Secure
35
31
36
32
## Prerequisites
37
33
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.
39
35
* Permissions to create an application and configure user flows in the workforce tenant.
40
36
* An API Management instance. If you don't already have one, [create an Azure API Management instance](get-started-create-service-instance.md).
41
37
* 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).
42
38
43
39
## Add external identity provider to your tenant
44
40
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).
46
42
47
43
## Create Microsoft Entra app registration
48
44
@@ -74,10 +70,9 @@ For external users to sign up for access to the developer portal, you must compl
74
70
* Enable self-service sign-up for your tenant.
75
71
* Add your app to the self-service sign-up user flow.
76
72
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:
78
74
79
75
- 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)
81
76
82
77
## Configure Microsoft Entra ID as an identity provider for developer portal
0 commit comments