Re: User NT Authentication
From: Guy Peay (payrules_at_aol.com)
Date: 07/30/03
- Next message: Alessandro Perilli: "Re: RPC/DCOM Worm Released"
- Previous message: Keith W. McCammon: "Re: Passing credentials"
- In reply to: Tom Kaminski [MVP]: "Re: User NT Authentication"
- Next in thread: Tom Kaminski [MVP]: "Re: User NT Authentication"
- Reply: Tom Kaminski [MVP]: "Re: User NT Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Jul 2003 06:25:55 -0700
Thanks for the help! However, wouldn't what you suggest
force the user to get a NT Challenge Response prompt,
asking them for a User Name, Password and Domain? If so, I
would like to avoid that by authenticating the user
seamlessly through scripting. We are using this site in a
intranet environment but certain security guideline need
to be maintain. Can you give some insight on how to do
that?
Thanks again!
Guy
>-----Original Message-----
>"Guy Peay" <payrules@aol.com> wrote in message
>news:407001c355ff$a3d01390$a001280a@phx.gbl...
>> Hello
>>
>> I am an ASP developer working on NT 4.0 platform with
IIS
>> 4.0 server. I am trying to do security from the brower
by
>> calling the "GetTokenInformation" to get the NT
>> authentication token to ensure that the user has logged
>> in. My question is is this possible through scripting
>> (javascript/vbscript/jscript)? We tried reading the
>> environment variable on the server
>> (request.servervariable) but with our server configured
>> to "allow anonymous access" it returned an empty string.
>
>There's no need to do any of that. Disallow anonymous
access and use
>Windows Integrated authentication if you're on an
intranet/common NT domain
>or Basic authentication otherwise.
>
>HOW TO: Configure User and Group Access on an Intranet in
Windows 2000 or
>Windows NT 4.0
>http://support.microsoft.com/?id=325358
>
>--
>Tom Kaminski IIS MVP
>http://www.iistoolshed.com/ - tools, scripts, and
utilities for running IIS
>http://mvp.support.microsoft.com/
>http://www.microsoft.com/windowsserver2003/community/cente
rs/iis/
>
>
>
>.
>
- Next message: Alessandro Perilli: "Re: RPC/DCOM Worm Released"
- Previous message: Keith W. McCammon: "Re: Passing credentials"
- In reply to: Tom Kaminski [MVP]: "Re: User NT Authentication"
- Next in thread: Tom Kaminski [MVP]: "Re: User NT Authentication"
- Reply: Tom Kaminski [MVP]: "Re: User NT Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|