Top "Windows-authentication" questions

Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols.

How to use Windows login for single-sign-on and for Active Directory entries for Desktop Java application?

I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two …

java active-directory single-sign-on windows-authentication
No OWIN authentication manager is associated with the request

After trying to enable owin & AspNet Identity to my Web Api project (in VS 2013 + .Net 4.5.1) I get the following …

asp.net-mvc-5 owin windows-authentication
Unable to authenticate to ASP.NET Web Api service with HttpClient

I have an ASP.NET Web API service that runs on a web server with Windows Authentication enabled. I have …

iis-7.5 windows-authentication asp.net-mvc-4 asp.net-web-api wcf-web-api
System.DirectoryServices - The server is not operational

I get an error by a website, on which I use Windows Authentication. Strange things: Only occurs if user is …

asp.net active-directory windows-authentication directoryservices
Authenticate Windows Authentication using Javascript

I have to transfer my client from one website to another website. This happens in client side. In this 2nd …

javascript windows-authentication basic-authentication single-sign-on client-side-scripting
IIS Express HTTP Error 401.2 - Unauthorized

I have tried the suggestions in this post but I can not get Windows Authentication working with IIS Express in …

.net-4.0 windows-authentication iis-express
using windows authentication with active directory groups as roles

I've read several questions on this topic, such as here, here, here and here; but none have provided a working …

asp.net-mvc active-directory windows-authentication
How to switch Authentication in MVC Application?

I've created Internet MVC Application with Individual User Accounts Authentication, but now this project should be intranet with windows authentication... …

asp.net-mvc asp.net-mvc-4 authentication windows-authentication
Using Windows Authentication in ASP.NET

I'm trying to use Windows Authentication in my ASP.NET application. Whenever I try to view the app it sends …

c# asp.net iis windows-authentication iis-express