Build | Branch | Status |
---|---|---|
Sonar Cloud | main | |
- Dotnet core 5.0
- Blazor server application
- Azure AD B2C
- Azure key vault
This solves the problem of setting up identity quickly by using Azure B2C. Instead of having to code up identity yourself in your app, you can use B2C to register your app for identity by creating a tenant in Azure to quikcly create and authenticate users. It uses user flows and handles all the usual stuff such as passwords, registering users etc so you dont have to.