-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot get targetUrl #116
Comments
I acess localhost:9001 and then nginx will pass to http://192.168.208.1:8762/main(url1), url1 is required to login,so the application will redirect to http://localhost:8080/cas/login?service=http://192.168.208.1:8762/login. After logining cas,it redirect to http://192.168.208.1:8762/login, but it doesn't carry the the session that I get in accessing localhost:9001 ,so that cannot get the request that save in session that it redirect to http://192.168.208.1:8762. How to carry the session that I get in accessing localhost:9001 when it redirect to http://192.168.208.1:8762/login? |
whether security+cas requires nginx's domain and service's domain are the same? |
@Georgeqhh what is your current |
|
regarding
Why are you not tweaking your RP to
Because |
nginx :
when I access localhost:9001, after login,
SavedRequestAwareAuthenticationSuccessHandler
cannot get the targetUrl so that redirect to http://192.168.208.1:8762, but what I want is http://192.168.208.1:8762/mainThe text was updated successfully, but these errors were encountered: