I was working on a project where I had a .NET Blazor server app implementing authentication via Auth0 and being front ended by a nginx reverse proxy. The issu I was having was that the redirect_uri that Auth0 was http as opposed to the https that it should have been receiving. As you can imagine this was causing an issue with Auth0 not being able to display the login page.
[Read More]