Skip to content

Commit e8a46f5

Browse files
authored
Merge pull request #671 from kengaderdus/b2c-eos
Azure AD B2C end of sale updates
2 parents ff47699 + a25388a commit e8a46f5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

msal-dotnet-articles/acquiring-tokens/desktop-mobile/social-identities.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "You can use MSAL.NET to sign-in users with social identities by us
44
author: cilwerner
55
manager: CelesteDG
66
ms.author: cwerner
7-
ms.date: 05/21/2024
7+
ms.date: 05/30/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
@@ -16,6 +16,9 @@ ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1616

1717
# Using MSAL.NET to sign-in users with social identities
1818

19+
> [!IMPORTANT]
20+
> Effective May 1, 2025, Azure AD B2C will no longer be available to purchase for new customers. [Learn more in our FAQ](/azure/active-directory-b2c/faq?tabs=app-reg-ga#azure-ad-b2c-end-of-sale).
21+
1922
You can use MSAL.NET to sign-in users with social identities by using [Azure AD B2C](/azure/active-directory-b2c/overview). Azure AD B2C is built around the notion of policies. In MSAL.NET, specifying a policy translates to providing an authority.
2023

2124
- When you instantiate the public client application, you need to specify the policy in authority
@@ -217,4 +220,4 @@ One option is to use the "name" claim as the preferred username. The process is
217220

218221
## Customizing the UI
219222

220-
[Customize the user interface with Azure AD B2C](/azure/active-directory-b2c/customize-ui-overview).
223+
[Customize the user interface with Azure AD B2C](/azure/active-directory-b2c/customize-ui-overview).

0 commit comments

Comments
 (0)