Implementing SSO between webapplications on different servers without changes on existing applications

倾然丶 夕夏残阳落幕 提交于 2019-12-25 04:17:34

问题


We have already created 2 JAVA web applications A & B and hosted it on 2 different servers using TOMCAT on both these servers. These applications have already been moved to production and we cannot make any major changes or move it to a single server as it is not in our control.

The authentication is being done through a common LDAP server which is being used by many other applications also.

Now, the client wants us to create a new application C and once logged in, the end users should be able to access the above 2 Applications A & B(through links) without having to re-login again(SSO).

Pls advise on how to implement the same.


回答1:


CAS seems the right solution for this but I don't see how you could do to avoid touching anything.

You will at least have to touch some config files. Look at: - Spring Security and CAS Integration

Regards



来源:https://stackoverflow.com/questions/12003451/implementing-sso-between-webapplications-on-different-servers-without-changes-on

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!