You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control should get redirected to the url that led us to the login page. Alternatively, after login, if we change the browser url to a secured resource, we should be able to hit that resource since we are already logged in.
Actual Behaviour
Login is successful since we see that in the logs. However, we are not able to access a secured resource. It continuously redirects us back to the login page.
Tell us what happens instead
Steps to Reproduce
Created a sample app using Grails 4.0.1, Spring Security 4.0.0.RC2.
Sample app is located at https://github.com/didinj/grails4-spring-security-login-example
Expected Behaviour
The control should get redirected to the url that led us to the login page. Alternatively, after login, if we change the browser url to a secured resource, we should be able to hit that resource since we are already logged in.
Actual Behaviour
Login is successful since we see that in the logs. However, we are not able to access a secured resource. It continuously redirects us back to the login page.
Tell us what happens instead
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: