ReturnUrl - not redirecting after login
description
I am using the MVC version. I have a site in which I would like to make a branch only available to a certain group of users. I have added the correct permissions to the branch and have created a page with a login part at the site's root. It is working correctly in that it does redirect to the login page if I am not authenticated. However, after successfully logging in, it is not returning to the page that was listed in the "returnUrl" parameter of the querystring. Instead, it is just reloading the login page. Is this by design or am I missing something?
Thanks!