Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Windows Integrated authentication

Reply
Thread Tools

Windows Integrated authentication

 
 
Stephen Noronha
Guest
Posts: n/a
 
      09-29-2005
Is there a way to use only "Windows Integrated authentication" but not have
the pop up window at all? even when the webapplication is requested for the
first time.

Thanks,
Stephen


 
Reply With Quote
 
 
 
 
Ayyappan Nair
Guest
Posts: n/a
 
      10-02-2005
On Thu, 29 Sep 2005 16:51:15 -0700, Stephen Noronha wrote:

> Is there a way to use only "Windows Integrated authentication" but not have
> the pop up window at all? even when the webapplication is requested for the
> first time.
>
> Thanks,
> Stephen


Only if the client requesting the page is in the same domain or trusted
domain as the IIS and is an authenticated domain user.

Ayyappan Nair
 
Reply With Quote
 
 
 
 
Stephen Noronha
Guest
Posts: n/a
 
      10-03-2005
Hi Ayyappan,

Thanks for the reply, but how? I tried the following but it does show up the
first time the default page is called.
1. changed the directory security to "Windows Integrated Security"
2. changed the <authorization> in web.config to domain users only and that
too specific persons.

I hit the default page for the first time, the window pops up, but from that
point on even if i close the browser and open it again, it does not

Thanks,
Stephen

"Ayyappan Nair" <> wrote in message
news:...
> On Thu, 29 Sep 2005 16:51:15 -0700, Stephen Noronha wrote:
>
> > Is there a way to use only "Windows Integrated authentication" but not

have
> > the pop up window at all? even when the webapplication is requested for

the
> > first time.
> >
> > Thanks,
> > Stephen

>
> Only if the client requesting the page is in the same domain or trusted
> domain as the IIS and is an authenticated domain user.
>
> Ayyappan Nair



 
Reply With Quote
 
Ayyappan Nair
Guest
Posts: n/a
 
      10-04-2005
On Mon, 3 Oct 2005 08:57:05 -0700, Stephen Noronha wrote:

> Hi Ayyappan,
>
> Thanks for the reply, but how? I tried the following but it does show up the
> first time the default page is called.
> 1. changed the directory security to "Windows Integrated Security"
> 2. changed the <authorization> in web.config to domain users only and that
> too specific persons.
>
> I hit the default page for the first time, the window pops up, but from that
> point on even if i close the browser and open it again, it does not
>
> Thanks,
> Stephen
>
> "Ayyappan Nair" <> wrote in message
> news:...
>> On Thu, 29 Sep 2005 16:51:15 -0700, Stephen Noronha wrote:
>>
>>> Is there a way to use only "Windows Integrated authentication" but not

> have
>>> the pop up window at all? even when the webapplication is requested for

> the
>>> first time.
>>>
>>> Thanks,
>>> Stephen

>>
>> Only if the client requesting the page is in the same domain or trusted
>> domain as the IIS and is an authenticated domain user.
>>
>> Ayyappan Nair


Hi Stephen,

Checkout the following....
http://support.microsoft.com/?id=258063

Basically IE has to send the credentials to the webserver so that server
can authenticate. In cases where you are in the Intranet and your website
address is something like http://mywebapp.mycompany.com, since it is dotted
notation, IE thinks it is an Internet address and will not pass the
credentials. Hence IIS sends back a 401 response. The easy (and
recommended) solution is to add the url to "Sites" section in the "Local
Intranet Zone" under "Security" tab in IE. The other option is to go into
"Custom Level" under "Security" tab and select "Automatic logon with
current username and password" under the "User Authentication" section
(default will be "Automatic logon only in Intranet zone").

HTH,
Ayyappan Nair
 
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
Java - Integrated Windows Authentication - NTLM Authentication Forwarding Will Java 5 12-03-2005 01:00 AM
SQL integrated authentication when using forms authentication Brett Smith ASP .Net 2 10-26-2004 02:15 PM
Integrated Windows Authentication ruca ASP .Net 1 07-16-2004 09:41 AM
Intranet and Integrated Windows Authentication Andrew ASP .Net 4 06-22-2004 11:22 PM
Basic Authentication v. Integrated Windows Authentication w/ Delegation Mark ASP .Net 0 01-20-2004 03:13 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