Azure AD B2C
-
How to Do MFA Login With Playwright
Are you running UI tests with Playwright? Would you need to write your tests so that they start by logging in to an application using a user account that requires MFA authentication? This article describes how to accomplish that.
-
Create a Shared Account With MFA in Microsoft Entra ID
Sharing a user account with your team members can be a bit tricky if that user account also requires MFA. Read this article to find out how you can share users accounts with MFA in Microsoft Entra ID.
-
From Azure AD B2C to Microsoft Entra External ID
Are working with Azure AD B2C? Then you need to learn about Microsoft Entra External ID, the next generation of CIAM solutions from Microsoft.
-
Azure AD B2C Custom Policy Calling a REST API to get Additional Claims
This article shows you how you can create custom policies for Azure AD B2C that call a REST API to get additional claims to include in tokens.
-
ASP.NET Core App with Multiple Sign-In Policies in Azure AD B2C
Sometimes you may want to use multiple sign-in policies in Azure AD B2C with a single ASP.NET Core application. This article shows you how you wire that up.
-
Building a Web Application that Supports both Azure AD and Azure AD B2C
When Azure AD B2C was first announced several years ago, one of the key selling points were that from an application's point of view, it is just another Azure AD instance. You don't have to make changes to your application to switch between Azure AD and Azure AD B2C.