blazor-starter-kit icon indicating copy to clipboard operation
blazor-starter-kit copied to clipboard

How to switch to Azure AD

Open pdegenhardt opened this issue 4 years ago • 1 comments

Are you able to provide any instructions/pointers on how I would go about switching over to Azure AD or Azure AD B2C? I don't want identity concerns in my app.

pdegenhardt avatar Aug 06 '21 07:08 pdegenhardt

Hi @pdegenhardt , the Microsoft Identity platform is necessary to use the authorization system in Api/Razor pages.

To better understand the code changes you need in BlazorHero, I suggest you to start from here: https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-azure-active-directory-b2c?view=aspnetcore-5.0

Create a new project following the Microsoft guide and compare the configuration created by the Microsoft template. It's more difficult to understand the principles behind Azure AD B2C than the integration with BlazorHero.

If you have any question write me.

nbiada avatar Aug 12 '21 05:08 nbiada