Cross-site authentication
5 Sep
2003
5 Sep
'03
2:51 p.m.
Hello, does anybody know if there is a way to provide a cross-site authentication between different Zope instances ? thx.
5 Sep
5 Sep
9:30 p.m.
New subject: [Zope] Cross-site authentication
Sébastien Georget wrote at 2003-9-5 16:51 +0200:
does anybody know if there is a way to provide a cross-site authentication between different Zope instances ?
We use session based authentication, maintain the session data in a database shared by all participating sites and exchange the session key (via URL's). In a cooperation with a partner we get a login request (via encrypted URL request), assign a session and later use the session key for authentication. Dieter
8248
Age (days ago)
8248
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Sébastien Georget