Home All Groups Group Topic Archive Search About

Windows authentication only

Author
14 Sep 2005 11:36 PM
Stephen Noronha
Hi,

I am using "Forms" based authentication for allowing users to enter
"webapplication".
is there anyway that I can make "Windows" authentication only?

If I go to IIS/defaultwebsite/"webapp" and change directory security
properties to Integrated Windows Authentication only, would that work?

Thanks,
Stephen

Author
15 Sep 2005 4:28 AM
Dominick Baier [DevelopMentor]
Hello Stephen,

yep. that would work

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Show quoteHide quote
> Hi,
>
> I am using "Forms" based authentication for allowing users to enter
> "webapplication".
> is there anyway that I can make "Windows" authentication only?
> If I go to IIS/defaultwebsite/"webapp" and change directory security
> properties to Integrated Windows Authentication only, would that work?
>
> Thanks,
> Stephen
Author
15 Sep 2005 4:07 PM
Stephen Noronha
Hi Dominick,

that did not work,

i selected a folder and set only "Integrated windows authentication", in
web.config authentication="windows", restarted IIS
and called a page in the folder using a browser.

it just showed me the page without showing authentication window.

please advice,
Stephen

Show quoteHide quote
"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:42565460e17018c787d617eb85b0@news.microsoft.com...
> Hello Stephen,
>
> yep. that would work
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
> > Hi,
> >
> > I am using "Forms" based authentication for allowing users to enter
> > "webapplication".
> > is there anyway that I can make "Windows" authentication only?
> > If I go to IIS/defaultwebsite/"webapp" and change directory security
> > properties to Integrated Windows Authentication only, would that work?
> >
> > Thanks,
> > Stephen
>
>
Author
15 Sep 2005 4:26 PM
Dominick Baier [DevelopMentor]
Hello Stephen,

because you were authenticated automatically.

on your test page add a

Response.Write(Page.User.Identity.Name)

what do you see?

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Show quoteHide quote
> Hi Dominick,
>
> that did not work,
>
> i selected a folder and set only "Integrated windows authentication",
> in
> web.config authentication="windows", restarted IIS
> and called a page in the folder using a browser.
> it just showed me the page without showing authentication window.
>
> please advice,
> Stephen
> "Dominick Baier [DevelopMentor]"
> <dbaier@pleasepleasenospamdevelop.com> wrote in message
> news:42565460e17018c787d617eb85b0@news.microsoft.com...
>
>> Hello Stephen,
>>
>> yep. that would work
>>
>> ---------------------------------------
>> Dominick Baier - DevelopMentor
>> http://www.leastprivilege.com
>>> Hi,
>>>
>>> I am using "Forms" based authentication for allowing users to enter
>>> "webapplication".
>>> is there anyway that I can make "Windows" authentication only?
>>> If I go to IIS/defaultwebsite/"webapp" and change directory security
>>> properties to Integrated Windows Authentication only, would that
>>> work?
>>> Thanks,
>>> Stephen
Author
19 Sep 2005 6:06 PM
Stephen Noronha
its blank Dominick

Show quoteHide quote
"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:42565460e2c148c7883a63a097f6@news.microsoft.com...
> Hello Stephen,
>
> because you were authenticated automatically.
>
> on your test page add a
>
> Response.Write(Page.User.Identity.Name)
>
> what do you see?
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
> > Hi Dominick,
> >
> > that did not work,
> >
> > i selected a folder and set only "Integrated windows authentication",
> > in
> > web.config authentication="windows", restarted IIS
> > and called a page in the folder using a browser.
> > it just showed me the page without showing authentication window.
> >
> > please advice,
> > Stephen
> > "Dominick Baier [DevelopMentor]"
> > <dbaier@pleasepleasenospamdevelop.com> wrote in message
> > news:42565460e17018c787d617eb85b0@news.microsoft.com...
> >
> >> Hello Stephen,
> >>
> >> yep. that would work
> >>
> >> ---------------------------------------
> >> Dominick Baier - DevelopMentor
> >> http://www.leastprivilege.com
> >>> Hi,
> >>>
> >>> I am using "Forms" based authentication for allowing users to enter
> >>> "webapplication".
> >>> is there anyway that I can make "Windows" authentication only?
> >>> If I go to IIS/defaultwebsite/"webapp" and change directory security
> >>> properties to Integrated Windows Authentication only, would that
> >>> work?
> >>> Thanks,
> >>> Stephen
>
>
Author
19 Sep 2005 6:56 PM
Dominick Baier [DevelopMentor]
Hello Stephen,

then anonymous is still enabled, IIS only authenticates when he has to.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Show quoteHide quote
> its blank Dominick
>
> "Dominick Baier [DevelopMentor]"
> <dbaier@pleasepleasenospamdevelop.com> wrote in message
> news:42565460e2c148c7883a63a097f6@news.microsoft.com...
>
>> Hello Stephen,
>>
>> because you were authenticated automatically.
>>
>> on your test page add a
>>
>> Response.Write(Page.User.Identity.Name)
>>
>> what do you see?
>>
>> ---------------------------------------
>> Dominick Baier - DevelopMentor
>> http://www.leastprivilege.com
>>> Hi Dominick,
>>>
>>> that did not work,
>>>
>>> i selected a folder and set only "Integrated windows
>>> authentication",
>>> in
>>> web.config authentication="windows", restarted IIS
>>> and called a page in the folder using a browser.
>>> it just showed me the page without showing authentication window.
>>> please advice,
>>> Stephen
>>> "Dominick Baier [DevelopMentor]"
>>> <dbaier@pleasepleasenospamdevelop.com> wrote in message
>>> news:42565460e17018c787d617eb85b0@news.microsoft.com...
>>>> Hello Stephen,
>>>>
>>>> yep. that would work
>>>>
>>>> ---------------------------------------
>>>> Dominick Baier - DevelopMentor
>>>> http://www.leastprivilege.com
>>>>> Hi,
>>>>>
>>>>> I am using "Forms" based authentication for allowing users to
>>>>> enter
>>>>> "webapplication".
>>>>> is there anyway that I can make "Windows" authentication only?
>>>>> If I go to IIS/defaultwebsite/"webapp" and change directory
>>>>> security
>>>>> properties to Integrated Windows Authentication only, would that
>>>>> work?
>>>>> Thanks,
>>>>> Stephen