Greetings,
Please bear with me as this is my first post and I'm new to Blazor and Radzen.
I have a Blazor Server project in a Docker container which is behind Apache2 reverse proxy, Apache has a self signed certificate as the website is accessible within local network only, the connection between Apache and the Blazor container is HTTP.
During development I accessed the website using HTTP and it was working fine, but now if I try to login I get redirected to the login page again without an error, I checked the troubleshooting steps in the ASP.NET Core Identity page and it says that the issue is related to the SSL certificate.
I'm wondering if I'm having this issue because I use a self signed certificate? and if this issue is related to Blazor in general or Radzen only, and if this is done intentionally for security reasons or if it a limitation, and if there is a way to overcome this issue with self signed certificate.
Unfortunately I am out of ideas. It is probably related to certificates and HTTPS. Make sure your server is setup to redirect all HTTP requests to HTTPS. ASP.NET Core Identity uses HTTPS only cookies hence it won't work over plain HTTP.
This is not secured if your website is public on the internet, but if you have an internal site with self signed certificate and you have problem with the login page, then try this.