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.

289 questions
1
vote
1 answer

Cisco Meraki AD Authentication on iPads not working

I've had Cisco Meraki setup for a while for our iPad MDM and it's been great. I am now trying to take it a setup further by added in AD authentication at enrollment time. I've followed this how-to from Cisco Meraki, I'm using the thrid option…
tyelford
  • 255
  • 2
  • 11
1
vote
3 answers

How to execute psexec with non domain user?

I have a Windows Server 2012 and a Windows 7 client. I'd like to run psexec on my Windows client to execute a .bat file on my server: psexec /accepteula \\MyServer -u MyUser -p Mypass -d -i "C:/test.bat" The command returns: Acces denied. When I…
Oracleboy97420
  • 11
  • 1
  • 1
  • 3
1
vote
1 answer

Accessing TFS Express via public URL

I have installed Team Foundation Server 2015 Express on my development PC and it works fine. I am on a network that does not have domain. However, when I try to access TFS via public URL: http://my-tfs-server.ddns.net:8080/tfs/web I get the login…
Dusan
  • 111
  • 4
1
vote
2 answers

Cannot access network share from only one PC

It's a strange problem. I'm very confused. In my Test Lab, I have configured NetApp virtual storage appliance and configured shares. This NetApp appliance is connected to domain and any domain user can authenticate to access shares. Only only one…
1
vote
1 answer

How to view history of requests including usernames to HTML site with IIS?

I'm using an HTTP site to deploy an application to the people at my work. I'm using Windows Authentication and want to see a history of what users have made requests to the site in order to know who has installed the application. Is there a way for…
1
vote
1 answer

How do I prevent my ASP .NET site from continually prompting for user credentials?

I'm trying to get an ASP .NET website up and running on IIS6. The site will run in its own application pool, and uses Windows authentication, with anonymous access turned off. When I run the app pool under NETWORK SERVICE, everything works fine.…
gilles27
  • 131
  • 4
1
vote
2 answers

IIS and Windows authentication not allowing error pages

I have been trying this from last two days. I am not getting whats the problem. I searched the web but didn't find any solution. i tried all the settings of IIS like "Moving negotiate down, disable other authentication" but doesn't work. SO here is…
1
vote
1 answer

Windows Authentification with IIS and domain groups

We have a web application (ASP.NET MVC) installed on IIS for one of our clients with Windows Authentication enabled. The authentication is working perfectly but the problem is at the authorization level. The authorization type is role-based…
1
vote
2 answers

How domain authentication works if both local administrator and Domain Administrator have the same credential

I have gone through the detailed architecture of Windows Interactive logon procedure both for local and domain login. But one thing I am not sure how actually it works when: My system is part of a Domain group and both local administrator and Domain…
1
vote
0 answers

SoftEther VPN not allowing clients to connect using AD credentials

We are trying to get SoftEther VPN to work on a SBS 2003 domain but it is rejecting apparently valid user credentials. (The server application is running on our actual SBS 2003 domain controller and the clients are all Windows 7.) Does anyone here…
Austin ''Danger'' Powers
  • 1,160
  • 6
  • 20
  • 50
1
vote
0 answers

Windows Servers Deny Remote Creditials

Here's the layout: -Four domain controllers(2003 & 2008) -Windows Servers (2003 & 2008) -The PDC is Windows 2008 and there are some GPOs -All servers ping, no firewalls, no major or much of a minor change since this condition showed up (that I'm…
Chris
  • 11
  • 1
1
vote
0 answers

Specify DNS/Domain Controller when authenticating against a different domain

Client has two domains residing on the same subnet/physical network. Essentially there's just a POP3 mail server (OLDSERVER) and one of the old DCs (OLDDC) on life support to keep OLDSERVER happy. There is no trust established between the two…
1
vote
4 answers

What does \$ mean?

I'm experiencing a supposed ASP authentication problem, and the error is that access is denied to a user: MYDOMAIN\MYCOMPUTER$ Where MYDOMAIN is a placeholder for the domain name, and MYCOMPUTER is the computer name. Does this have a special…
Eric Smith
  • 249
  • 1
  • 4
  • 9
1
vote
1 answer

IIS ARR pass-through Windows authentication does not work

I have a similar problem as described here: ARR 3 IIS 7.5 Windows Authentication not working Unfortunately that solution does not work on our servers. In our test environment we have an ARR server (Win 2012, IIS 8.0) and a web server (Win…
Markus
  • 21
  • 1
  • 4
1
vote
2 answers

Rails web app authenticated with windows

Is it possible for a rails web application to make use of the windows authentication features in its code. I am looking at being able to obtain the user's login name and domain in the application. But there is a catch. This particular web…
deostroll
  • 155
  • 5