|
Home > Archive > IIS Server Security > May 2004 > Windows Authentication - Please Kindly Advise
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Windows Authentication - Please Kindly Advise
|
|
|
| Hi,
We have an AD forest that has multiple domains. If I setup an IIS web
server and uses Integrated Windows Authentication for a web application in
one domain (DomainA). When user in another domain (DomainB) tried to access
the web application, what will happen?
Thanks in advance,
Alex
| |
| Ken Schaefer 2004-05-20, 2:40 am |
| They will be authenticated if there is an appropriate trust between the
domains.
Whether they are authorised to access the resource is another question :-)
Integrated Windows Authentication is two auth mechanisms: Kerberos v5 and
NTLM v2. You may be familiar with these authentication mechanisms from other
aspects of your domain environment (for example, authenticating to a file
server). The same behind-the-scenes authentication process kicks in.
Cheers
Ken
"Alex" <nrz26@hotmail.com> wrote in message
news:OD$s4riPEHA.3596@tk2msftngp13.phx.gbl...
: Hi,
:
: We have an AD forest that has multiple domains. If I setup an IIS web
: server and uses Integrated Windows Authentication for a web application in
: one domain (DomainA). When user in another domain (DomainB) tried to
access
: the web application, what will happen?
:
:
: Thanks in advance,
: Alex
:
:
| |
|
| Thanks for the info Ken.
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:O0jTAGjPEHA.620@TK2MSFTNGP10.phx.gbl...
> They will be authenticated if there is an appropriate trust between the
> domains.
> Whether they are authorised to access the resource is another question :-)
>
> Integrated Windows Authentication is two auth mechanisms: Kerberos v5 and
> NTLM v2. You may be familiar with these authentication mechanisms from
other
> aspects of your domain environment (for example, authenticating to a file
> server). The same behind-the-scenes authentication process kicks in.
>
> Cheers
> Ken
>
>
> "Alex" <nrz26@hotmail.com> wrote in message
> news:OD$s4riPEHA.3596@tk2msftngp13.phx.gbl...
> : Hi,
> :
> : We have an AD forest that has multiple domains. If I setup an IIS web
> : server and uses Integrated Windows Authentication for a web application
in
> : one domain (DomainA). When user in another domain (DomainB) tried to
> access
> : the web application, what will happen?
> :
> :
> : Thanks in advance,
> : Alex
> :
> :
>
>
|
|
|
|
|