Documentation related to component
Microsoft.Identity.Web.UI
Please check all that apply
Description of the issue
I'm working on a Blazor Server app using AzureAD and Microsoft.Identity.Web.UI for AuthN & AuthZ. The Identity UI is implemented with MVC, which doesn't play nicely with Blazor. In particular, it doesn't work with my site layout page and navigation components (_Host.cshtml and MainLayout.razor).
I'm looking for an example of how to implement a custom SignedOut page to replace /MicrosoftIdentity/Account/SignedOut.
Documentation related to component
Microsoft.Identity.Web.UI
Please check all that apply
Description of the issue
I'm working on a Blazor Server app using AzureAD and Microsoft.Identity.Web.UI for AuthN & AuthZ. The Identity UI is implemented with MVC, which doesn't play nicely with Blazor. In particular, it doesn't work with my site layout page and navigation components (
_Host.cshtmlandMainLayout.razor).I'm looking for an example of how to implement a custom SignedOut page to replace
/MicrosoftIdentity/Account/SignedOut.