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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this tutorial, you'll learn the configuration required in your API Management
20
20
21
21
> [!IMPORTANT]
22
22
> * This article has been updated with steps to configure an Azure AD B2C app using the Microsoft Authentication Library ([MSAL](../active-directory/develop/msal-overview.md)) v2.0.
23
-
> * If you previously configured an Azure AD B2C app for user sign-in using the Azure AD Authentication Library, we recommend that you [migrate to MSAL v2.0](#migrate-to-msal-v2.0).
23
+
> * If you previously configured an Azure AD B2C app for user sign-in using the Azure AD Authentication Library (ADAL), we recommend that you [migrate to MSAL](#migrate-to-msal).
24
24
25
25
For information about enabling access to the developer portal by using classic Azure Active Directory, see [How to authorize developer accounts using Azure Active Directory](api-management-howto-aad.md).
26
26
@@ -52,7 +52,7 @@ In this section, you'll create a user flow in your Azure Active Directory B2C te
52
52
1. In a separate [Azure portal](https://portal.azure.com) tab, navigate to your API Management instance.
53
53
1. Under **Developer portal**, select **Identities** > **+ Add**.
54
54
1. In the **Add identity provider** page, select **Azure Active Directory B2C**. Once selected, you'll be able to enter other necessary information.
55
-
* In the **Client library** dropdown, select **MSAL v2**.
55
+
* In the **Client library** dropdown, select **MSAL**.
56
56
* To add other settings, see steps later in the article.
57
57
1. In the **Add identity provider** window, copy the **Redirect URL**.
58
58
@@ -92,15 +92,21 @@ In this section, you'll create a user flow in your Azure Active Directory B2C te
92
92
93
93
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.
94
94
95
-
## Migrate to MSAL v2.0
95
+
## Migrate to MSAL
96
96
97
-
If you previously configured an Azure AD B2C app for user sign-in using the Azure AD Authentication Library, you can use the portal to migrate the app to MSAL v2.0.
97
+
If you previously configured an Azure AD B2C app for user sign-in using the ADAL, you can use the portal to migrate the app to MSAL and update the identity provider in API Management.
98
+
99
+
### Update Azure AD B2C app for MSAL compatibility
100
+
101
+
For steps, see [Switch redirect URIs to the single-page application type](../active-directory/develop/migrate-spa-implicit-to-auth-code.md#switch-redirect-uris-to-spa-platform).
102
+
103
+
### Update identity provider configuration
98
104
99
105
1. In the left menu of your API Management instance, under **Developer portal**, select **Identities**.
100
106
1. Select **Azure Active Directory B2C** from the list.
101
-
4. In the **Client library** dropdown, select **MSAL v2**.
102
-
5. Select **Update**.
103
-
6.[Republish your developer portal](api-management-howto-developer-portal-customize.md#publish-from-the-azure-portal).
107
+
1. In the **Client library** dropdown, select **MSAL**.
108
+
1. Select **Update**.
109
+
1.[Republish your developer portal](api-management-howto-developer-portal-customize.md#publish-from-the-azure-portal).
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-aad.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ In this article, you'll learn how to:
18
18
> * Manage groups of Azure AD users by adding external groups that contain the users.
19
19
20
20
> [!IMPORTANT]
21
-
> * This article has been updated with steps to configure an Azure AD app using the Microsoft Authentication Library ([MSAL](../active-directory/develop/msal-overview.md)) v2.0.
22
-
> * If you previously configured an Azure AD app for user sign-in using the Azure AD Authentication Library, we recommend that you [migrate to MSAL v2.0](#migrate-to-msal-v2.0).
21
+
> * This article has been updated with steps to configure an Azure AD app using the Microsoft Authentication Library ([MSAL](../active-directory/develop/msal-overview.md)).
22
+
> * If you previously configured an Azure AD app for user sign-in using the Azure AD Authentication Library (ADAL), we recommend that you [migrate to MSAL](#migrate-to-msal).
23
23
24
24
## Prerequisites
25
25
@@ -60,7 +60,7 @@ After the Azure AD provider is enabled:
60
60
1. In the left menu of your API Management instance, under **Developer portal**, select **Identities**.
61
61
1. Select **+Add** from the top to open the **Add identity provider** pane to the right.
62
62
1. Under **Type**, select **Azure Active Directory** from the drop-down menu. Once selected, you'll be able to enter other necessary information.
63
-
* In the **Client library** dropdown, select **MSAL v2**.
63
+
* In the **Client library** dropdown, select **MSAL**.
64
64
* To add **Client ID** and **Client secret**, see steps later in the article.
65
65
1. Save the **Redirect URL** for later.
66
66
@@ -125,15 +125,21 @@ After the Azure AD provider is enabled:
125
125
* Optionally configure other sign-in settings by selecting **Identities** > **Settings**. For example, you might want to redirect anonymous users to the sign-in page.
126
126
* Republish the developer portal after any configuration change.
127
127
128
-
## Migrate to MSAL v2.0
128
+
## Migrate to MSAL
129
129
130
-
If you previously configured an Azure AD app for user sign-in using the Azure AD Authentication Library, you can use the portal to migrate the app to MSAL v2.0.
130
+
If you previously configured an Azure AD app for user sign-in using the ADAL, you can use the portal to migrate the app to MSAL and update the identity provider in API Management.
131
+
132
+
### Update Azure AD app for MSAL compatibility
133
+
134
+
For steps, see [Switch redirect URIs to the single-page application type](../active-directory/develop/migrate-spa-implicit-to-auth-code.md#switch-redirect-uris-to-spa-platform).
135
+
136
+
### Update identity provider configuration
131
137
132
138
1. In the left menu of your API Management instance, under **Developer portal**, select **Identities**.
133
139
1. Select **Azure Active Directory** from the list.
134
-
4. In the **Client library** dropdown, select **MSAL v2**.
135
-
5. Select **Update**.
136
-
6.[Republish your developer portal](api-management-howto-developer-portal-customize.md#publish-from-the-azure-portal).
140
+
1. In the **Client library** dropdown, select **MSAL**.
141
+
1. Select **Update**.
142
+
1.[Republish your developer portal](api-management-howto-developer-portal-customize.md#publish-from-the-azure-portal).
137
143
138
144
139
145
## Add an external Azure AD group
@@ -225,7 +231,7 @@ Your user is now signed in to the developer portal for your API Management servi
225
231
## Next Steps
226
232
227
233
- Learn more about [Azure Active Directory and OAuth2.0](../active-directory/develop/authentication-vs-authorization.md).
228
-
- Learn more about [MSAL](../active-directory/develop/msal-overview.md) and [migrating to MSAL v2](../active-directory/develop/msal-migration.md).
234
+
- Learn more about [MSAL](../active-directory/develop/msal-overview.md) and [migrating to MSAL](../active-directory/develop/msal-migration.md).
229
235
-[Create an API Management service instance](./get-started-create-service-instance.md).
230
236
-[Manage your first API](./import-and-publish.md).
0 commit comments