blazor-starter-kit
blazor-starter-kit copied to clipboard
How to switch to Azure AD
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.
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.