authentication/login scheme
From: Kevin (anonymous_at_discussions.microsoft.com)
Date: 12/08/03
- Next message: compwolf: "Re: Security issues running HTA on Server 2003?"
- Previous message: Barry Fitzgerald: "Unauthorized / Service Unavailable ??"
- Next in thread: Bernard: "Re: authentication/login scheme"
- Reply: Bernard: "Re: authentication/login scheme"
- Reply: Christopher Haun: "RE: authentication/login scheme"
- Reply: Paul Lynch: "Re: authentication/login scheme"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 8 Dec 2003 06:41:09 -0800
I am a developer, not an administrator and want to ask
you guys for advice on designing a login/authentication
scheme for a new .Net C# product.
-The product will run on customers' intranets. (The
website may be accessed remotely but we are not ruling
out forcing them to go through a VPN.)
-The logins will come from a database not from Windows
accounts.
-We would rather not pay to subscribe to a third party
service (this is my assumption about Passport and some of
the certificate methods).
-We would rather not force the user to deploy a
certificate on each client machine that might try to
access the web site. (We are looking for a highly
automated install that will require as little from the
customer as possible.)
- The authentication scheme used should affect this web
site only and not all of our customers' sites.
- We need to keep the information secure including the
login credentials that are compared against the database.
I know that I have various methods at my disposal: Forms
Authentication, various IIS Windows Authentication
methods and ISAPI filter DLLs. Although I have a general
understanding of each option, I don't yet know enough to
make thorough comparisons between the methods based on
our requirements. Any advice you guys could give will be
appreciated.
- Next message: compwolf: "Re: Security issues running HTA on Server 2003?"
- Previous message: Barry Fitzgerald: "Unauthorized / Service Unavailable ??"
- Next in thread: Bernard: "Re: authentication/login scheme"
- Reply: Bernard: "Re: authentication/login scheme"
- Reply: Christopher Haun: "RE: authentication/login scheme"
- Reply: Paul Lynch: "Re: authentication/login scheme"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|