Re: Dual Authentication: Windows & Username/Password



Authentication for what??

The GUI? a backend service??

-----
Dominick Baier (http://www.leastprivilege.com)

I am writing a smart client application that will be used both within
my company as well as outside of my company. For the users within my
company I want to be able to authenticate users by using their Windows
accounts, but for users outside my company I will have no option but
to use Username/Password combinations to authenticate them.

What I want to know is how can I reference each type of user in a SQL
database in such a way that I can either accept their Windows account
as a login or prompt them for a username/password combination should
the specific Windows account not be known.

Thanks,
Wells


.



Relevant Pages

  • Re: Help, Ive been hijacked! :-(
    ... if you want to continue using the Windows 2003 SMTP/POP3 server ... you can create any arbitary Windows account you want. ... username/password to collect mail -and- a separate place to specify ... >> users can use to authenticate to the SMTP service to relay mail. ...
    (microsoft.public.inetserver.iis.smtp_nntp)
  • RE: Choosing Integrated vs. Forms authentication dynamically
    ... I think you may make the user make the choice on the login form. ... a special windows account with name and password. ... detailed information, you may refer to this KB article: ... Authenticate against the Active Directory by Using Forms ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Help, Ive been hijacked! :-(
    ... and anticipate wanting to support email ... >> b) I'm setup for encrypted password file authentication, ... >> Windows account for each user, rather than just an account for the ... > users can use to authenticate to the SMTP service to relay mail. ...
    (microsoft.public.inetserver.iis.smtp_nntp)
  • custom authentication with UsernameToken
    ... against a Windows account on the server? ... I want to retrieve the username and password from the UsernameToken in my ... webserice and authenticate using a database. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Authenticate user against active directory
    ... I have a method that will check if the username/password is correct, ... This aside, you should not use this to authenticate a windows user, AD is not an authentication service. ... complete sample that illustrates you how to authenticate windows users, both local and domain users, using the WindowsIdentity and the NegotiateStream class in V2. ...
    (microsoft.public.dotnet.languages.csharp)