473,774 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Integrated Windows Authentication

Hi All,
If i log into my windows machine, Iam already
authenticated against the AD, Inorder to identify the Groups, Do i need
to check the Active Directory once again, or Windows Principal.IsInr ole
is sufficient.
All the developers are using logon to a particular domain and doing
the work, IF i access one of my developers machine [IIS webserver ],
through my machine , which credentials it take ,will it take mine or
his credentials?

Thnaks in Advance

Thomson

Oct 9 '06 #1
3 1771
How do you access the IIS on the other machine? Assume the "access" means a
web/ASP.NET application running on that computer. In this case, it depends
on how the IIS the the web application is configured. As you may know, the
user account running an ASP.NET could be MachineName\ASP NET,
MachineName\Net work Service, or any user account on that computer or in a
network domain if impersonation is enabled.

"thomson" <sa**********@y ahoo.comwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hi All,
If i log into my windows machine, Iam already
authenticated against the AD, Inorder to identify the Groups, Do i need
to check the Active Directory once again, or Windows Principal.IsInr ole
is sufficient.
All the developers are using logon to a particular domain and doing
the work, IF i access one of my developers machine [IIS webserver ],
through my machine , which credentials it take ,will it take mine or
his credentials?

Thnaks in Advance

Thomson

Oct 9 '06 #2

Hi,
i have enabled Integrated Windows Authentication, disabled
Anonymous and in Identity Impersonate is true,

Any thoughts for this
" If i log into my windows machine, Iam already
authenticated against the AD, Inorder to identify the Groups, Do i
need
to check the Active Directory once again, or Windows
Principal.IsInr ole
is sufficient."

Thanks in Advance

Thomson

Norman Yuan wrote:
How do you access the IIS on the other machine? Assume the "access" means a
web/ASP.NET application running on that computer. In this case, it depends
on how the IIS the the web application is configured. As you may know, the
user account running an ASP.NET could be MachineName\ASP NET,
MachineName\Net work Service, or any user account on that computer or in a
network domain if impersonation is enabled.

"thomson" <sa**********@y ahoo.comwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hi All,
If i log into my windows machine, Iam already
authenticated against the AD, Inorder to identify the Groups, Do i need
to check the Active Directory once again, or Windows Principal.IsInr ole
is sufficient.
All the developers are using logon to a particular domain and doing
the work, IF i access one of my developers machine [IIS webserver ],
through my machine , which credentials it take ,will it take mine or
his credentials?

Thnaks in Advance

Thomson
Oct 10 '06 #3
OK, Assume you want to access a ASP.NET app on the other developer's
computer. Based on how you have configured that ASP.NET app:

1. IIS: anonymous access is unchecked and Windows integrated authentication
is checked.

So, yes, your access to that APS.NET app on the developer's computer is
automatically authenticated as long as you log on to your computer. meaning
the ASP.NET on that computer knows that you are who you should be, since you
are a logged on domain user.

2. Since you enabled "impersonation" , now that ASP.NET will run, using your
identity when you send request to it. So, you do not need to check who the
user is.

Tip: you could verify which user account is actually used for a ASP.NET,
like this (add a lable to a blank page in a ASP.NET app):

private void Page_Load(....)
{
Label1.Text=thi s.Context.User. Identity.Name + " is the running user
account for this ASP.NET app!";

''Or
''Label1.Text=P age.User.Identi ty.Name + " is the running user account
for this ASP.NET app!";
}


"thomson" <sa**********@y ahoo.comwrote in message
news:11******** **************@ k70g2000cwa.goo glegroups.com.. .
>
Hi,
i have enabled Integrated Windows Authentication, disabled
Anonymous and in Identity Impersonate is true,

Any thoughts for this
" If i log into my windows machine, Iam already
authenticated against the AD, Inorder to identify the Groups, Do i
need
to check the Active Directory once again, or Windows
Principal.IsInr ole
is sufficient."

Thanks in Advance

Thomson

Norman Yuan wrote:
>How do you access the IIS on the other machine? Assume the "access" means
a
web/ASP.NET application running on that computer. In this case, it
depends
on how the IIS the the web application is configured. As you may know,
the
user account running an ASP.NET could be MachineName\ASP NET,
MachineName\Ne twork Service, or any user account on that computer or in a
network domain if impersonation is enabled.

"thomson" <sa**********@y ahoo.comwrote in message
news:11******* **************@ e3g2000cwe.goog legroups.com...
Hi All,
If i log into my windows machine, Iam already
authenticated against the AD, Inorder to identify the Groups, Do i need
to check the Active Directory once again, or Windows Principal.IsInr ole
is sufficient.
All the developers are using logon to a particular domain and doing
the work, IF i access one of my developers machine [IIS webserver ],
through my machine , which credentials it take ,will it take mine or
his credentials?

Thnaks in Advance

Thomson

Oct 10 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
8544
by: Ravikanth[MVP] | last post by:
Hi It is possible that IIS and SQL Server can reside on Seperate Machines and you can use Integrated Windows Authentication to connect. Ravikanth >-----Original Message-----
9
2511
by: Tom B | last post by:
In my web.config file I've specified Windows for the authentication, in IIS I've set it to Integrated Authentication. But my SQL connection is still showing Anonymous. Is there somewhere else I need to check? Thanks Win 2003, SQL Server 2000
4
6807
by: Andrew | last post by:
Hey all, I would like to preface my question by stating I am still learning ASP.net and while I am confident in the basics and foundation, the more advanced stuff is still a challenge. Ok. :)
3
6123
by: Patrick.O.Ige | last post by:
Hi folks, How can i pass credentials to windows integrated authentication. I want to use my credentials from windows authentication and pass it on to different asp.net and asp pages without having to login again. Any help?
5
4401
by: cdlipfert | last post by:
Our intranet is running under windows integrated security. We have domain users that want to access our intranet site via ssl vpn. SSL VPN can not authenticate against services that run under windows integrated security. In order to get around this issue it seems that we would need to create a login page on a separate site that runs under anonymous security. Then pass the users credentials to the site running under integrated security. ...
2
2534
by: Amedee Van Gasse | last post by:
Hello, Since it is the first time I'm posting in these groups, I believe a (short) introduction of myself would not be a bad thing. I am mainly a support engineer, not a programmer. I do have some experience with Java and LAMP (Linux/Apache/MySQL/PHP) but don't consider me one of those boring OS advocates please. ;-) I also have done a little bit with Visual Basic (and GwBasic in a long forgotten past) and nowadays my job involves...
2
24882
by: Dariusz Tomon | last post by:
I got an ASPNET C# project from client. When I'm trying to open it in Visual Studio I get error message: "Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance" - What could be the problem? Any suggestion will be appreciate. D.T.
3
13806
by: =?Utf-8?B?RGFuZGFuIFpoYW5n?= | last post by:
Now I have a web application, a web service and a SQL Server database. The Web application will invoke the web service, the web service invokes the SQL Server stored procedure. I let the web service run in an application pool which runs under a domain user, this domain user has permissions of accessing database and the connection to database is trusted connection. All these work well. The web application will be used in internet (not...
2
1821
by: zanzibar | last post by:
I need to develop an intranet app that uses Windows Authentication with IIS set up for Windows Integrated Authentication. The problem is that I want to force a challenge (i.e., force the user to enter username and password) when they access the app. I know that basic and digest authentication will do this, but I cannot use these, nor can I use forms authentication. With windows integrated authentication there is no challenge. I tried...
11
5393
by: benoitc | last post by:
I've been having a problem debugging an ASP.NET 1.1 application on an existing Windows XP/Visual Studio 2003 workstation that I've inherited from somebody else. The application builds fine, but when I try to debug, it gives me the message: Error When Trying to Run Project: Unable to Start Debugging on the Web Server. Debugging failed because integrated Windows authentication is not enabled. Now, the obvious solution for this of course...
0
10267
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10040
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8939
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6717
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3611
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2852
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.