Q: Authenticate users over domains

  • Thread starter Thread starter JIM.H.
  • Start date Start date
J

JIM.H.

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?
 
JIM.H. said:
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?

In a word, no.
 
Back
Top