Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vaadin 7 Spring Security return user to original page after login #286

Open
Artgit opened this issue May 23, 2016 · 1 comment
Open

Vaadin 7 Spring Security return user to original page after login #286

Artgit opened this issue May 23, 2016 · 1 comment

Comments

@Artgit
Copy link

Artgit commented May 23, 2016

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 ?

@peholmst
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants