RE: how do you handle single sign on?

2010-01-07 Thread Scott Stewart
You could set a session value to indicate that the user has logged in, Structure your apps to look for the variable, if they don't find it redirect to a login page, else continue. You can also set access levels and other stuff here. -Original Message- From: Zaphod Beeblebrox

RE: how do you handle single sign on?

2010-01-07 Thread Justin Scott
I've implemented a single authentication source for my web apps, but each app still has it's own login form, password change form, etc. Those of you who have a sso setup, do you redirect users to a completely different web site to login in? What I've done in the past is pick one place where

Re: how do you handle single sign on?

2010-01-07 Thread Zaphod Beeblebrox
I guess one of my main concerns is keeping users from feeling disconnected...most of my sites have a different look and feel about them. The sso login page looks different from all the other sites.how have you guys approached this? On Thu, Jan 7, 2010 at 10:50 AM, Justin Scott

RE: how do you handle single sign on?

2010-01-07 Thread Scott Stewart
I'm just finishing up an intranet rebuild, I pulled all of the apps in under one look and feel umbrella. -Original Message- From: Zaphod Beeblebrox [mailto:zaph0d.b33bl3b...@gmail.com] Sent: Thursday, January 07, 2010 1:51 PM To: cf-community Subject: Re: how do you handle single sign

Re: how do you handle single sign on?

2010-01-07 Thread Cameron Childress
CSS? On Thu, Jan 7, 2010 at 1:51 PM, Zaphod Beeblebrox zaph0d.b33bl3b...@gmail.com wrote: I guess one of my main concerns is keeping users from feeling disconnected...most of my sites have a different look and feel about them.  The sso login page looks different from all the other

RE: how do you handle single sign on?

2010-01-07 Thread Justin Scott
I guess one of my main concerns is keeping users from feeling disconnected...most of my sites have a different look and feel about them. The sso login page looks different from all the other sites.how have you guys approached this? You could look at the HTTP headers and display a