Azure AD B2C
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.
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.
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.
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 Read more…