henalbrod / Blazor.Auth0

The library for using Auth0 in Blazor applications.
https://github.com/henalbrod/Blazor.Auth0
MIT License
110 stars 29 forks source link

AuthService.Authorize not redirecting to auth0 in preview5 #42

Open ameza opened 4 years ago

ameza commented 4 years ago

Hi, upon upgrading to server side preview 5, when I click login (AuthService.Authorize), I'm being redirected to /account/authorize and getting:

Sorry, there's nothing at this address.

Insted of the auth0 login page, this same code was working on preview 4, and does work for client side in preview 5 as it is in a shared library. Looks like the routes for /account are not being registered as before for the server side. If I enable "RequireAuthenticatedUser": true, the login redirect loops infinitely.

I appreciate your help.

henalbrod commented 4 years ago

I'll take a look and see if it could be resolved today EOD, thanks for reporting this issue.

henalbrod commented 4 years ago

Sorry, I was unable to reproduce the issue at first hand. Would you please provide more details in how to reproduce it? which settings are you currently using?