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

Cannot find several types of authentication on IIS7 in Windows Server 2008

I have a deployed and correctly working ASP.NET MVC3 application on IIS7 in Windows Server 2008. Now I want to implement some authentication policy and my choice is Windows authentication (the website works in a Intranet). Unfortunately when I go to…
0
votes
1 answer

Configuring Windows Authentication on SQLEXPRESS

I've successfully followed the many tutorials to enable remote connections to my SQLEXPRESS Server. I'm now trying to connect remotely through SQL Server Authentication and the connection works, however I get the following error: "The login is from…
Jonathan
  • 1,309
  • 2
  • 22
  • 29
0
votes
1 answer

IIS 7.5 pass through authentication fails on UNC share websites

I have a site which fails to authenticate using windows authentication now it has moved to IIS 7.5. The site is: On a UNC share Using windows authentication Has a custom app pool Id (domain account) IIS 7.5 Everything runs fine if it is not on a…
Richard
  • 153
  • 1
  • 11
0
votes
1 answer

Windows Server 2008, IIS7 and Windows Authentication

We currently have a development server set up which we are trying to test some Windows authentication ASP.NET code on. We have turned on Windows Authentication in IIS7 on Windows Server 2008 R2 fine, and it asks the user for a username and password…
0
votes
1 answer

User accessing Windows share keeps receiving username/password request (across OpenVPN if that's relevant)

At my work, we have set up an OpenVPN system for our remote users to access the machines in the office. The office machines are set up on a domain. I have created a domain user for her. A new employee is having difficulty accessing the servers. …
0
votes
1 answer

Windows Authentication Website Asking for Credentials

I have a website that has ASP.Net Impersonation Enabled and Windows Authentication Enabled. When navigating to that site using IE8 with "Enable Integrated Windows Authentication" (under Tools -> Internet Options -> Advanced) checked, the browser…
0
votes
1 answer

A Local Service gets 401 error accessing ASP website

I have Anonymous access disabled for Active Directory Auth via Windows Authentication and the service I use to run an ASP page every 15 minutes gets a 401 unauthorized when it tries to run. How do I allow the service which runs locally to the web…
0
votes
2 answers

IIS7: Allow users to identify themselves with either "Windows Authentication" or "Basic Authentication" on the same file

Is it possible to have both windows authentication and basic authentication enabled on one .asmx page in IIS7? What I want is: Someone calls webservice If possible, use windows authentication (e.g. when calling from another Microsoft based…
BlaM
  • 3,886
  • 5
  • 27
  • 28
0
votes
1 answer

Access windowsauthentication SQL Server 2008R2 after Domain change

When I installed the SQL Server 2008R2 on the windows server, the computer was not in a domain. After I installed it, now someone moved the server into a domain. Problem is: the server can not be accessed anymore, since it is set to windows…
Sam
  • 909
  • 5
  • 15
  • 28
0
votes
1 answer

How best to troubleshoot a WIA issue through an IIS7 reverse proxy

I've got an Intranet site that uses Windows Authentication and is accessed through an IIS 7 Reverse Proxy. Using FireFox, Safari or Chrome it works fine. I'm prompted for credentials, I supply them and away I go. In IE 7/8 I get prompted for…
MyItchyChin
  • 377
  • 1
  • 3
  • 12
0
votes
4 answers

integrating ldap workstation login with webapps

Is there a way to integrate an LDAP authentication system on a windows network with intranet webapps so that the user on logging into their desktop does not need to log in a second time with the web app? Open to other forms of authenticating other…
0
votes
3 answers

How can I copy from one domain pc (winxp) logged off, to another domain server (w2k3)

I have a automation build server which creates nightly builds. It does this while logged off in Windows XP. This is is one domain while the server I wish to copy the builds to is in another domain (win2k3). I can't use a network share when logged…
None
0
votes
1 answer

Intranet Site Authentication Issues on SBS 2008

Simply, the Sharepoint intranet site that is automatically installed with SBS 2008 is bound to port 5555 in IIS so to get to it you can browse to server-name:5555 and then authenticate using domain credentials. I have added another binding on port…
0
votes
0 answers

Integrated Windows Authentication with Apache on Windows

I'm using XAMPP and I want to use my app on my intranet, because of this I don't want to create another login page and I want to use the authentication from windows and to work with the username logged in. How can I make this work in XAMPP
Mega
  • 101
  • 2
0
votes
1 answer

Windows 10 to Windows 10 authentication when off-domain

I have a laptop running Windows 10 Pro, domain joined to a Server 2012R2 AD. I have Hyper-V running on the laptop with a Windows 10 Pro guest, also joined to the domain. I have a shared folder on the host which I connect to from the guest so the two…