Re: Single Sign-on to Multiple Apps Pattern?
Re: Single Sign-on to Multiple Apps Pattern?
- Subject: Re: Single Sign-on to Multiple Apps Pattern?
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 15 Jun 2004 17:49:35 -0400
On Jun 15, 2004, at 12:13 PM, Kieran Kelleher wrote:
If you have a .mac account, you will notice that you login once and
that different .mac functionality sets are delivered by different WO
apps such as Welcome.woa, Bookmark.woa, WebMail.woa, HomePage.woa,
iCards.woa, etc.
Has anyone got design pattern suggestions on how to do this? Would it
involve something like saving serialized session information to
database and storing a session id in a cookie and checking this as the
user clicks into different WO apps?
When I built the one for bigchalk we made everyone log-in through a
portal. Whenever an application needed to see if someone was logged it
it would hit the authentication service (kind of a webservice paradigm
but it predated WebServices) to confirm the user's logged in state. If
the user was not logged in then it would redirect to the portal's login
page. That would also hit the authentication service.
It got more interesting (xsl, xml, etc) when everyone wanted customized
login pages :-)
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.