Azure-Active-Directory-B2C icon indicating copy to clipboard operation
Azure-Active-Directory-B2C copied to clipboard

Azure AD B2C Repository shows how to secure ASP.NET Web API 2 using Azure Active Directory B2C, Owin middleware, and MSAL (Microsoft Authentication Library)

Results 2 Azure-Active-Directory-B2C issues
Sort by recently updated
recently updated
newest added

Dear Team, I have implemented the Azure B2C integration using the code base shared via this git repo. I am facing below problem, 1. After the application is hosted or...

I cloned the project and tried to build it. ApplicationInsights.config was missing. Deleting it allowed the project to build with the following warning: C:\Git\Azure-Active-Directory-B2C\AADB2C.WebClientMvc\Controllers\AccountController.cs(35,21,35,28): warning CS0108: 'AccountController.Profile()' hides inherited member...