Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Windows authentication and require local SQL based username password?

Reply
Thread Tools

Windows authentication and require local SQL based username password?

 
 
cungar cungar is offline
Junior Member
Join Date: Nov 2007
Posts: 1
 
      11-08-2007
I've been tasked with building an ASP.NET app that requires a user to initially login with a company assigned username password which we have stored in Active Directory using Forms authentication. When they first log in I'm supposed to bring them to a page where they create a personal username/password with their e-mail address as the username. I'm supposed to store this in SQL and next time they log in with the new un/pass look up the original un/pass and authenticate them using this.

Sounds like a great system but is this a feasible design?

Some of the challenges I'm anticipating are how will I run the authentication after I've looked up the company un/pass. Could I even use the ASP.NET login control? Would I have to use OnAuthenticate and create my own authentication procedure?

Also how would I get the company password from the login?

Thanks in advance for any ideas.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
loginview control displays network username instead of (web) username Shailesh Patel ASP .Net Web Controls 0 11-08-2006 08:19 PM
How to require username and password to users requesting an .ashx page? jens Jensen ASP .Net 0 05-02-2006 12:01 PM
Can't connect to SQL Server, using Windows Authentication users of SQL server? help =?Utf-8?B?UmV6YQ==?= ASP .Net 3 06-07-2004 06:42 PM
Change the username found in "C:\Documents and Settings\Username" The Reluctant Robot Named Jude Computer Support 1 05-05-2004 07:11 AM
Retirieving username during Forms based authentication Andre ASP .Net 2 02-10-2004 02:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57