Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 854 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 854 Bytes

nidirect-B2c-poc

Build Branch Status
Sonar Cloud main
Quality Gate Status

Technologies used

  • Dotnet core 5.0
  • Blazor server application
  • Azure AD B2C
  • Azure key vault

What problem does this solve?

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.