Skip to content

Commit 0f7bb5f

Browse files
Merge pull request #229945 from kengaderdus/hub-page-minor-edit
[Azure AD B2C] Update msal links
2 parents 4888b67 + e8e9238 commit 0f7bb5f

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

articles/active-directory-b2c/index.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
ms.collection: collection
1717
author: kengaderdus
1818
ms.author: kengaderdus
19-
ms.date: 12/14/2022
19+
ms.date: 03/08/2023
2020

2121
## FRONT MATTER END
2222

@@ -219,6 +219,9 @@ conceptualContent:
219219
- text: Customize user experiences using custom policies
220220
url: add-sign-up-and-sign-in-policy.md?pivots=b2c-custom-policy
221221
itemType: how-to-guide
222+
- text: Custom policy how-to guide series
223+
url: custom-policies-series-overview.md
224+
itemType: how-to-guide
222225
# - text: Use API connectors
223226
# url: add-api-connector.md?pivots=b2c-user-flow
224227
# itemType: how-to-guide
@@ -330,38 +333,38 @@ conceptualContent:
330333

331334
## BAND 4 - TOOLS ###########################################################################################################################################
332335
tools:
333-
title: Easy app integration with Microsoft Authentication Libraries (MSAL)
336+
title: Use Microsoft Authentication Libraries (MSAL) for easy app integration
334337
summary: >
335-
GitHub hosts the open-source Microsoft Authentication Library (MSAL). Microsoft builds and supports MSAL. Access and use our MSAL samples for the most popular programming languages and frameworks.
338+
GitHub hosts the open-source Microsoft Authentication Library (MSAL). Microsoft builds and supports MSAL. We recommend MSAL for any app type that uses Azure AD B2C for authentication and authorization.
336339
items:
337340
## ROW 1 ######################
338341
- title: MSAL.NET
339-
url: https://github.com/Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi
342+
url: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet
340343
imageSrc: https://docs.microsoft.com/media/logos/logo_Csharp.svg
341344
- title: MSAL Android
342-
url: https://github.com/Azure-Samples/ms-identity-android-java#b2cmodefragment-class
345+
url: https://github.com/AzureAD/microsoft-authentication-library-for-android
343346
imageSrc: ../active-directory/develop/media/hub/android.svg
344347
- title: MSAL Angular
345-
url: https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/2-call-api-b2c
348+
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular
346349
imageSrc: ../active-directory/develop/media/hub/angular.svg
347350
## ROW 2 ######################
348351
- title: MSAL iOS
349-
url: https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal
352+
url: https://github.com/AzureAD/microsoft-authentication-library-for-objc
350353
imageSrc: https://docs.microsoft.com/media/logos/logo_ios.svg
351354
- title: MSAL Java
352-
url: https://github.com/Azure-Samples/ms-identity-msal-java-samples/tree/main/1.%20Server-Side%20Scenarios/msal-b2c-web-sample
355+
url: https://github.com/AzureAD/microsoft-authentication-library-for-java
353356
imageSrc: https://docs.microsoft.com/media/logos/logo_java.svg
354357
- title: MSAL.js
355-
url: https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa
358+
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser
356359
imageSrc: https://docs.microsoft.com/media/logos/logo_js.svg
357360
## ROW 3 ######################
358361
- title: MSAL Node
359-
url: https://github.com/Azure-Samples/active-directory-b2c-msal-node-sign-in-sign-out-webapp
362+
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node
360363
imageSrc: ../active-directory/develop/media/hub/node.svg
361364
- title: MSAL Python
362-
url: https://github.com/Azure-Samples/ms-identity-python-webapp
365+
url: https://github.com/AzureAD/microsoft-authentication-library-for-python
363366
imageSrc: https://docs.microsoft.com/media/logos/logo_python.svg
364367
- title: MSAL React
365-
url: https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/2-call-api-b2c
368+
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-react
366369
imageSrc: ../active-directory/develop/media/hub/react.svg
367370
## BAND 4 - TOOLS END #######################################################################################################################################

0 commit comments

Comments
 (0)