Authenticate users over domains
If there are two unrelated domains; DomainA, DomainB; and both run LDAP. WebA is a web application runs in DomainA and WebB a different application runs on DomainB. WebA has a link that takes the users to login page of WebB. If the a user is authenticated by WebA in DomainA, when he/she goes to WebB, is there any way WebB accepts authentication without forces the user to login again?
...
Go to the complete details ...