Questions tagged [windows-authentication]

Windows authentication (or Integrated Windows Authentication) is a process where connections to applications or external systems are automatically authenticated with the currently logged on Windows user. This functionality was first made available in Windows 2000.

Windows authentication (or Integrated Windows Authentication) is a process where connections to applications or external systems are automatically authenticated with the currently logged on Windows user. This functionality was first made available in Windows 2000.

IWA is not actually a standard or authentication protocol, but is a process that relies on the underlying authentication protocols used by Windows and an application that is aware of them to transparently pass authentication information along to the requesting server or service.

There is a brief summary of IWA/WA on Wikipedia, here.

292 questions
0
votes
1 answer

Windows Authentication working on localhost but not on other site on IIS

I'm trying to set up a simple html/css/js only site on my local IIS that uses Windows Authentication. So far I just a have a c://mysite/index.html file When I point the default IIS website (i.e http://localhost) to this folder and enable Windows…
MakkyNZ
  • 147
  • 1
  • 1
  • 6
0
votes
2 answers

Authentication fails when using ARR to load balance Lync 2013 internal web services

I'm using Application Request Routing 3.0 on Windows Server 2012 R2 to load balance the internal web services on a Lync 2013 front-end pool; I'm not using it to reverse proxy the external web services (there is a separate reverse proxy for that),…
Massimo
  • 70,200
  • 57
  • 200
  • 323
0
votes
1 answer

IIS 7.5 - Can I Disable NT Authentication if a Certain String Appears in the URL?

Simple question with possibly not such a simple resolution (if at all) Can I turn off NU authentication is a URL contains a certain string? For example, let NT authentication be enabled for all URLs apart from ones that contain "thumbs" Thanks
pee2pee
  • 369
  • 1
  • 5
  • 12
0
votes
1 answer

Samba authenticates users, but does not reply

Sometimes the samba 4.1.11 stops serving the clients. Every day, I have to restart the smbd just to get this fixed. The windows clients say, that the shared device is unreachable or the authentication has failed. When they try to connect, the…
0
votes
0 answers

Cross-server NTLM authentication failing

I think this issue has less to do with software development and more to do with general network configuration, so I'm posting the question here initially. I have an MVC4 application hosted in IIS 7.5 on a Windows 2008 R2 server (let's call it WS1).…
0
votes
1 answer

Auto-authenticate to a domain network share

Hoping one of you can help me out with a network share issue I'm having. I have a domain and three servers and NAS on it. The NAS has a network share that is password protected and uses Active Directory to authenticate. If I try to access the share…
0
votes
1 answer

IIS Logs even unauthenticated users

I'm planning to get some information by processing IIS Log files (after I imported them into SQL Server database). Now, even if user gives wrong username/password, but request to a file that exists on the server, it is logged and I cannot detect…
smhnaji
  • 619
  • 2
  • 11
  • 24
0
votes
1 answer

Unable to login with Windows Auth on server but can externally IIS 7

I'm running Windows Server 2008 Standard Edition with IIS 7.5. I have TFS 2013 Update 2 installed and for whatever reason I cannot connect to my web site which requires Windows Auth while remote desktop'd onto the server, however, if I connect via…
0
votes
1 answer

Server 2008 r2 event logs show different username than one used for UNC

I am trying to UNC Path to the C drive of a hyper-v based VM that is running Windows Server 2008 R2 standard. I can RDP into the system just fine using the machine name. When I enter the UNC path: \\machinename\c$ I am prompted for credentials. The…
Shrout1
  • 363
  • 2
  • 7
  • 18
0
votes
1 answer

User authentication -- username mismatch in IIS in ASP.NET application

Last week, an employee's Active Directory username was changed (or a new one was created for them). For the purposes of this example, let's assume these usernames: Old: Domain\11111 New: Domain\22222 When this user now logs in using their new…
Cᴏʀʏ
  • 163
  • 2
  • 11
0
votes
1 answer

Cross domain UNC Paths - Securing Credentials

I have a folder on a Remote Domain: \DomainRemote\Shared_Folder And a process on a local Domain which needs to access said share: Trusts exist between the domains - but only authenticated users from Local Domain should be able to access the…
diagonalbatman
  • 177
  • 1
  • 2
  • 6
0
votes
4 answers

Getting http 403 error when accessing website from remote client

I have created an asp.net website that is to be accessed from client browsers running on the same domain. I've hosted the site on IIS 7.5 I have disabled Anonymous Authentication and Enabled Windows Authentication from the Features View under the…
tr0users
  • 413
  • 3
  • 11
  • 16
0
votes
1 answer

Authenticate to a machine not in the domain

I set up a windows server 2003 in a VM to test some code. The prod server has IIS6 and since I have Win 7 I can only install IIS 7 in my dev machine. Obviously I didn't add the machine to my company domain, nor that I want to. I'm having troubles…
0
votes
2 answers

Windows Authentication over diferent domains

In my company we have a very complex infrastructure. We are from a subcompany, and we have a Active Directory Domain, configured in our PC's. Otherwise, all of us, have a Directory account for main company for access some resources and websites from…
0
votes
2 answers

Linux workstation and Active Directory authentication

I read a few articles regarding "How to Authenticate Linux Clients with Microsoft Active Directory" My question before I do it: what will happen to Notebooks that try to login when the Active directory server is not available? It's not an issue with…