java – 使用CAS Spring Security实现SSO
我正在尝试使用CAS和SpringSecurity在多个Web应用程序中实现SSO.预期案例:CAS–http://localhost:8080/cas/应用程序受保护的内容–http://localhost:8081/cas-client1/secure/index.html应用B受保护的内容–http://localhost:8081/cas-client2/secure/index.html