Return to specified page after login

Hi again Radzen :vulcan_salute:

I see that that's it's not possible to pass a ReturnUrl parameter to the login method on the account controller.

I would like to direct a user to a different page than the page root (which I use as a public page) once authenticated.

Is this possible to do in a way that I'm missing?

Thanks!

Hi @damian_s,

Currently this isn't supported. If you want to navigate to a specific page you could add the AccountController to the code generation ignore list and change the Redirect.

Thank you @korchev, will do.

We have a different project where the user has to be redirected to a specific page they're trying to access. We'll investigate how to do this using a custom login component to pass along the url, and follow up here if we come up with anything useful.