Re: Can I force a Windows Authentication / Login?
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Fri, 07 Oct 2005 04:15:17 GMT
Hi Keith,
For forcing the clientuser pass the windows authentication logon, as
Patrick has mentioned, we can use the IIS server's windows integrated
windows authentication( disable anonymous access) which will force the
client provide a valid windows identity. Also, if you're manually collect
the username/password through web page UI and programmatically authenticat
the user, you'll need to manually call some windows security API like
logonUser .... , but I don't think this is a good means from security and
performance perspective.
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
--------------------
| From: "Patirck Ige" <naijacoder@xxxxxxxxxxx>
| References: <60E11FC6-D49E-45B7-8EFE-03C25034829F@xxxxxxxxxxxxx>
| Subject: Re: Can I force a Windows Authentication / Login?
| Date: Fri, 7 Oct 2005 09:35:40 +1000
| Lines: 16
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <ePmar6syFHA.2644@xxxxxxxxxxxxxxxxxxxx>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 203.36.211.134
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:129634
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| You mean you want to let the user authenticate using Windows Auth.
| You can set that in IIS by checking integrated Windows and uncheck
Anonymous
| login
| Patrick
|
| "Keith H" <khinkle@xxxxxxxxxxxxxxxx> wrote in message
| news:60E11FC6-D49E-45B7-8EFE-03C25034829F@xxxxxxxxxxxxxxxx
| > I'm looking for a way to force the user to re-authenticate with their
| Windows
| > username/password/domain after clicking the submit button on an ASP.NET
| page.
| > This is for an internal application.
| >
| > Does anyone know if/how this can be done?
|
|
|
.
- Prev by Date: Re: getting the data type for a class field
- Next by Date: Re: Querying XML Files
- Previous by thread: Re: Can I force a Windows Authentication / Login?
- Next by thread: Re: Can I force a Windows Authentication / Login?
- Index(es):