How to create single sign-on with many different systems and different sources of identification?

For example, I have three different systems.

  • system number 1 is a Java web application with its identity
  • system # 2 is a php application with its own identity
  • system number 3 is a .net web application with its own identity

can anyone give guidance on how to implement a single sign for this type of problem? Thanks in advance.

+3
source share
2 answers

Have you watched JSAIG-CAS ? You need to install a CAS server, and then all your different applications use the CAS clients available on different platforms.

+1
source

OpenID? :)

0

All Articles