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-aad-b2c.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Authorize developer accounts by using Azure Active Directory B2C
2
+
title: Authorize access to API Management developer portal by using Azure Active Directory B2C
3
3
titleSuffix: Azure API Management
4
4
description: Learn how to authorize users of the developer portal in Azure API Management by using Azure Active Directory B2C
5
5
services: api-management
6
6
author: dlepow
7
7
8
8
ms.service: azure-api-management
9
9
ms.topic: how-to
10
-
ms.date: 06/28/2023
10
+
ms.date: 01/07/2025
11
11
ms.author: danlep
12
12
ms.custom: engagement-fy23
13
13
---
@@ -31,18 +31,21 @@ For an overview of options to secure the developer portal, see [Secure access to
31
31
32
32
* An Azure Active Directory B2C tenant in which to create an application. For more information, see [Azure Active Directory B2C overview](../active-directory-b2c/overview.md).
33
33
* An API Management instance. If you don't already have one, [create an Azure API Management instance](get-started-create-service-instance.md).
34
+
* 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).
35
+
34
36
35
37
## Configure sign up and sign in user flow
36
38
37
-
In this section, you'll create a user flow in your Azure Active Directory B2C tenant containing both sign up and sign in policies. For detailed steps, see [Create user flows and custom policies in Azure Active Directory B2C](../active-directory-b2c/tutorial-create-user-flows.md?pivots=b2c-us).
39
+
In this section, you'll configure a user flow in your Azure Active Directory B2C tenant that enables users to sign up or sign in to the developer portal. Users are led down the right path depending on the context. For detailed steps, see [Create user flows and custom policies in Azure Active Directory B2C](../active-directory-b2c/tutorial-create-user-flows.md?pivots=b2c-us).
38
40
39
41
1. In the [Azure portal](https://portal.azure.com), access your Azure Active Directory B2C tenant.
40
42
1. Under **Policies**, select **User flows** > **+ New user flow**.
41
43
1. On the **Create a user flow** page, select the **Sign up and sign in** user flow. Select the **Recommended** version and then select **Create**.
42
44
1. On the **Create** page, provide the following information:
43
45
1. Enter a unique name for the user flow.
44
46
1. In **Identity providers**, select **Email signup**.
45
-
1. In **User attributes and token claims**, select the following attributes and claims that are needed for the API Management developer portal.
47
+
1. Optionally enable a **Multifactor authentication** method or **Conditional access** policies.
48
+
1. In **User attributes and token claims**, select the following attributes and claims that you want to collect and send from the user during sign-up. Select **Show more** to view all attributes and claims.
46
49
***Collect attributes**: Given Name, Surname
47
50
***Return claims**: Given Name, Surname, Email Addresses, User’s ObjectID
48
51
@@ -89,7 +92,7 @@ In this section, you'll create a user flow in your Azure Active Directory B2C te
89
92
1. After you've specified the desired configuration, select **Add**.
90
93
1. Republish the developer portal for the Azure AD B2C configuration to take effect. In the left menu, under **Developer portal**, select **Portal overview** > **Publish**.
91
94
92
-
After the changes are saved, developers will be able to create new accounts and sign in to the developer portal by using Azure Active Directory B2C.
95
+
After the changes are saved, developers will be able to sign up for new accounts and sign in to the developer portal by using Azure Active Directory B2C.
93
96
94
97
## Migrate to MSAL
95
98
@@ -130,7 +133,7 @@ Although a new account is automatically created whenever a new user signs in wit
130
133
131
134
The **Sign-up form: OAuth** widget represents a form used for signing up with OAuth.
132
135
133
-
## Next steps
136
+
## Related content
134
137
135
138
*[Azure Active Directory B2C overview]
136
139
*[Azure Active Directory B2C: Extensible policy framework]
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-aad.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ For an overview of options to secure the developer portal, see [Secure access to
34
34
35
35
-[Import and publish](import-and-publish.md) an API in the Azure API Management instance.
36
36
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).
0 commit comments