Cookie Encryption and custom auth
From: Patrick Long (patrick.long@nospamplease_btinternet.com)
Date: 08/20/02
- Next message: Dimitris Katsikas: "Certificate Services General Question...?"
- Previous message: Juerg Staub: "Re: Creating a process in ASP.NET and checking TotalProcessorTime"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Patrick Long" <patrick.long@nospamplease_btinternet.com> Date: Tue, 20 Aug 2002 11:34:32 +0100
We are thinking of creating our own Authentocation HttpModule for inhouse
SSI. I was looking at the idea of one cookie shared across the
ourcompany.com domain that contained a list of sites the use was
authenticated for an a cookie per site
containing roles.
When the user tried to authenticate against site A the module would look for
the shared cookie and see if A was in the list of authenticated sites if not
the code would try and authenticate them and add the site to the list. The
roles cookie would then be created with a list of the users roles for that
site.
The problem i have i working out how to encrypt the data in both cookies.
Can someone please give me some pointers?
Thanks
Pat Long
- Next message: Dimitris Katsikas: "Certificate Services General Question...?"
- Previous message: Juerg Staub: "Re: Creating a process in ASP.NET and checking TotalProcessorTime"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|