Georgeqhh
Georgeqhh
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...
whether security+cas requires nginx's domain and service's domain are the same?
``` security: cas: server: base-url: http://.../cas paths: login: ${security.cas.server.base-url}/login service: base-url: http://192.168.208.1:8762 paths: login: /login ```