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 multi-tenant applications in Azure AD #2

Closed MikaBerglund closed 3 years ago

MikaBerglund commented 3 years ago

Blazorade MSAL must support multi-tenant applications registered in Azure AD. The following multi-tenant endpoints must be supported.

For details see this documentation.

MikaBerglund commented 3 years ago

This seems to work just out of the box by just specifying common, organizations or consumers as tenantId in the configuration.

A live demo with common as tenantId can be found here. You can log in with any organization account as well as your personal acount on that demo application.