How do I implement Office 365 Authentication in ASP.NET Core and Blazor (Server-Client app)
问题 I have downloaded and installed "ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9". I wanted to implement Office 365 Authentication in ASP.NET Core and Blazor (Server-Client app). I have used two layout pages for login and admin panel. When user start the application then it reaches the login page (login.razor and its layout is LandingLayout). Once user successful office 365 logged in then it redirects to admin dashboard page (dashboard.razor and its layout is MainLayout). I need to