A newbie question on SSO
From: Holysmoke (Holysmoke_at_discussions.microsoft.com)
Date: 10/08/04
- Next message: Daniel Fisher\(lennybacon\): "Re: redirect not working"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: saving XmlDocument using Windows Authentication"
- Next in thread: Hernan de Lahitte: "Re: A newbie question on SSO"
- Reply: Hernan de Lahitte: "Re: A newbie question on SSO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 8 Oct 2004 00:23:03 -0700
Hi,
I am trying to implement a SSO using FormsAuthentication for all my
applications.
When Authenticated, I am saving ApplicationID and RoleID in CSV form and
store it on the cookie.
Here is the sequence of events I try to implement
When an user requests an web application for the first time, he/she is
redirected to my SSO Web application
which does authentication and retrieves list of applications and its
respective roles and store on the ticket/cookie.
When the user requests a new web application (ie., when he/she changes to
the new url)
I would like to pass the Ticket(cookie) which I have created before to a web
service and check this user
has some role to this application or not.
For implementing this logic,
I would like to know which global.asax event should I use? I see
OnAuthenticationRequest event but don't know
how to use it. Can you explain how that event works as I see little
documentation about it in MSDN.
I appreciate your help and comments,
Holy
- Next message: Daniel Fisher\(lennybacon\): "Re: redirect not working"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: saving XmlDocument using Windows Authentication"
- Next in thread: Hernan de Lahitte: "Re: A newbie question on SSO"
- Reply: Hernan de Lahitte: "Re: A newbie question on SSO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|