Top "Windows-authentication" questions

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

Testing intranet site that uses Windows authentication

I'm trying to develop an intranet app/website that uses Windows authentication. I'd like to test it with multiple users, …

c# .net testing windows-authentication intranet
WebApi with OWIN SelfHost and Windows Authentication

I have a console application SERVER that hosts WebApi controllers using OWIN self-hosting, and runs under a custom account named "…

asp.net-web-api owin windows-authentication self-hosting
MVC website forwards to /Account/Login with only Windows Authentication enabled

I have an MVC3 website set up with only Windows Authentication enabled (so anonymous and forms are disabled). Whenever I …

asp.net-mvc windows-authentication
Requested Authentication Method is not supported on the STS

Our Java app is federated with customers ADFS 3.0 server. There is an issue after sending authentication requests (SP initiated) to …

windows-authentication saml saml-2.0 adfs adfs3.0
Always HttpContext.Current.User.Identity.IsAuthenticated = false in MVC4 with windows authentication mode and not working correctly

I am trying to do customAuthorization in MVC when the authentication mode is "windows" public override void OnAuthorization(AuthorizationContext filterContext) { #…

c# asp.net-mvc asp.net-mvc-4 windows-authentication custom-authentication
Wrong authentication after changing user's logon name

We have a user who recently changed name. Let's say the old username was old.name and the new username …

asp.net windows-authentication
SharePoint 2013 / IIS 7.5 Impersonation/Delegation/Double Hop

Ok, I have spent about 15 hours trying to resolve this problem and I have finally been resigned to posting here …

sharepoint iis-7.5 windows-authentication impersonation delegation
Active Directory: The server could not be contacted using DirectorySearcher

I keep getting the error The server could not be contacted. When i'm trying to run my code: I've searched …

c# active-directory ldap windows-authentication directorysearcher
NancyFx and Windows Authentication

I want to use NancyFx for an intranet web app. All the documentation and forums only mention Forms and Basic …

asp.net .net windows-authentication nancy
How can I use integrated Windows Authentication when debugging locally with Visual Studio

I'm using RESTful WCF services to serve data to a client. The application hosting the services requires integrated Windows Authentication …

visual-studio wcf configuration windows-authentication cassini