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
In my Vaadin 7, Spring Boot application after successful authentication/authorization I need to return user to a page where login process was initiated.
But right now user returns to home page.
For example if user goes to:
http://127.0.0.1:8080/vaadin-ui/!#search
it redirects him to:
http://127.0.0.1:8080/vaadin-ui/login#search
and after login process to:
http://127.0.0.1:8080/vaadin-ui/
How to tell Spring Security and Vaadin application to return user to
http://127.0.0.1:8080/vaadin-ui/!#search
url ?
The text was updated successfully, but these errors were encountered:
In my Vaadin 7, Spring Boot application after successful authentication/authorization I need to return user to a page where login process was initiated.
But right now user returns to home page.
For example if user goes to:
it redirects him to:
and after login process to:
How to tell Spring Security and Vaadin application to return user to
url ?
The text was updated successfully, but these errors were encountered: