If you do have a TLS certificate (strongly recommended) you can force each connecting client to switch from HTTP to HTTPS. There are various ways to do so, however, I find it pretty easy to apply the following config to each server configuration. Furthermore, the return value does not statically include any destination URL, but …
Tag: Blazor-Server
Session Authentication with ASP.NET Core 3.1 Blazor Server Side
There are a lot tutorials online on “howto implement authentication with .NET Core Blazor Server Side”; comprising Windows Authentication or a cookie based approach, which isn’t even supported yet. Microsoft somewhat confirmed that cookie support may be added within the future, but for now, we need to stick with a workaround. In case you don’t …