Questions tagged [windows-authentication]

Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols. Use tag with Windows authentication generally; though it might be best to use one of the more protocol-specific tags (such as Kerberos or NTLM) if the protocol being used is known.

Integrated Windows Authentication () is a term associated with Microsoft products that refers to the , , and authentication protocols with respect to functionality introduced with Microsoft Windows 2000 and included with later Windows NT-based operating systems. The term is used more commonly for the automatically authenticated connections between Microsoft Internet Information Services (), , and other aware applications.

IWA is also known by several names like HTTP Negotiate authentication, NT Authentication, NTLM Authentication, Domain authentication, Windows Integrated Authentication, Windows NT Challenge/Response authentication, or simply Windows Authentication.

Source: http://en.wikipedia.org/wiki/Integrated_Windows_Authentication

3028 questions
1
vote
1 answer

Missing Group Built-in Administrators (SID: S-1-5-32-544) in HttpContext.User.Identity

I am using windows authentication and want to know if an logged in user belongs to the group 'Built-in Administrators'. I am using the following code snipped to find that out in my MVC4-Application: // user identity var lIdentity =…
Simon
  • 4,157
  • 2
  • 46
  • 87
1
vote
0 answers

Options for temp file storage in web farm

We are moving to a web farm behind a load balancer. I have an app that uploads an excel file, saves to apps_data folder in the app directory, uses LinqToExcel to do a bunch of processing, then deletes the file. Because this is all done in one…
BattlFrog
  • 3,370
  • 8
  • 56
  • 86
1
vote
1 answer

Windows authentication fail

I enable windows authentication in my asp.net application as shown below: ... ... In IIS 7.5 I also enabled windows authentication, however i get the following error... Login…
user4432964
1
vote
1 answer

Fiddler Causes Error to Go Away

I have an application set up in IIS that has Windows Authentication enabled. When I browse to this site in IE11 it prompts me for login credentials (which is strange because I'm logged on to the domain) However, when I open up Fiddler it starts…
Ben Black
  • 3,751
  • 2
  • 25
  • 43
1
vote
3 answers

Using sc.exe to manage remote host services with explicit user account?

I would like to manage a service on a remote machine via cmd (or powershell) using sc, e.g. sc \\hostname query service_name I need to use a specific user account to make this connection, which I understand I can do by logging into my workstation…
ricky116
  • 744
  • 8
  • 21
1
vote
1 answer

How to list domains running code from a non-domain computer?

In my application I need to get Active Directory forest and list the domains hierarchy. I was given the Active Directory account that has necessary permissions. However my development computer is NOT on the domain and can not be added to the…
1
vote
1 answer

how to connect to servers in MS SQL Server Management Studio using windows credential in SQLCMD

I have multiple servers in my workspace I am trying to connect to and would like to make a single SQL script to do so. To connect to each server Windows Credentials are required and the option on the server is not set otherwise, nor do I have access…
1
vote
1 answer

How to list users in all domains running code from a non-domain computer?

I have 2 domains with trusts between them. I have a single Active Directory account in one of these domains that also has permissions in in another domain because of the configured trust. In my application I need to access both domains and list…
1
vote
1 answer

AuthenticationContextDelegate is not getting called from the ADAL library

An example of the implementation for the ADAL library for Windows Phone 8.1 can be found on GitHub To display the Azure Login page for the user you call the AuthenticationContext.AcquireTokenAndContinue method. After the login process it should do a…
1
vote
1 answer

If all my users have AD accounts, what are the risks to using Integrated Windows Authentication to secure a .NET WebAPI for use by JavaScript clients?

We have a .NET WebAPI that we want to allow domain users access to. We want to support building JavaScript single page applications to get and present data from the WebAPI. Those JavaScript applications should be able to run in a browser on a domain…
1
vote
1 answer

MVC 5 IIS 7.5 double-hop issue (avoid hard coded SQL passwords)

I am experiencing the double-hop SQL server log in problem associated with MVC projects. I am using IIS 7.5; MVC 5; Visual Studio 2013, and simple Windows 7 system running IIS. I need to make an intranet project with either Windows Authentication or…
1
vote
0 answers

IIS 8.5 Windows Authentication access denied

I've been attempting to migrate our intranet websites from a IIS 6 server to Windows 2k12 R2 IIS 8.5 server. However, since all of our applications use Windows Authentication, everyone (except for the server admins) are getting 401 errors. I've…
siromega
  • 132
  • 11
1
vote
1 answer

Domain Authentication from .NET Client over VPN

I am writing a ClickOnce WPF app that will sometimes be used over VPN. The app uses resources available only to domain authenticated users. Some of the things include accessing SSRS Reports, accessing LDAP to lookup user information, hitting web…
Noel
  • 3,288
  • 1
  • 23
  • 42
1
vote
2 answers

MVC windows authentication grayed (greyed) out in project properties

I am trying to use Windows Authentication in a VS 2013, MVC 4 project that was originally done in VS2011. It worked fine on VS2011, but when I moved to VS2013 on the same machine, using IIS 7 problems ensued. I have windows authentication set in…
JosephDoggie
  • 1,514
  • 4
  • 27
  • 57
1
vote
1 answer

SPNEGO/Kerberos in IIS with foreign domain keytab

I've got server with w2k8 and IIS7 in one domain and keytab from some other foreign domain (no trusts). Is it possible to enable Windows Authentification (SPNEGO/Kerberos) to auth users in Web Application from the those foreign domain?
Vladimir Kravets
  • 330
  • 6
  • 21
1 2 3
99
100