Blazorade / Blazorade-MSAL

A Blazor component library that makes it easy to use authentication in your application through MSAL, both in Blazor Server and Blazor WebAssembly applications.
MIT License
17 stars 5 forks source link

Support for AAD B2C #9

Closed MikaBerglund closed 3 years ago

MikaBerglund commented 3 years ago

Addes support for Azure AD B2C by adding the Authority configuration option. This will most likely also add support for any IdP that supports the same authentication flows.

Closes #1