Create Azure B2C users with Microsoft Graph and ASP.NET Core

added by DotNetKicks
3/11/2022 11:27:18 AM

426 Views

This article shows how to create different types of Azure B2C users using Microsoft Graph and ASP.NET Core. The users are created using application permissions in an Azure App registration. Code https://github.com/damienbod/azureb2c-fed-azuread The Microsoft.Identity.Web Nuget package is used to authenticate the administrator user that can create new Azure B2C users.


0 comments