How do I set the HttpContext.User from a razor login page in my server side Blazor app?
The user credentials are fetched from Active Directory when the user signs in. The reason for the login page is that I want to allow people to sign in from outside of the domain (if the ar at a client or similar).
Or don I use something else than HttpContext.User in Blazor?