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 do you find the users name/Identity in C#

I need to programatically find the users name using C#. Specifically, I want to get the system/network user attached …

c# .net windows-authentication identity
ASP.NET MVC3 and Windows Auth on IIS keeps redirecting to /Account/Login

I'm running MVC3 and a windows auth web application. When I deploy to IIS6 it runs great until I hit …

asp.net-mvc asp.net-mvc-3 iis-6 windows-authentication sharp-architecture
Windows Authentication not working on local IIS 7.5. Error 401.1

I recently had a nasty issue getting Windows Authentication to work on a local instance of IIS 7.5 (Windows 7 Pro) to …

c# asp.net windows iis windows-authentication
HttpContext.Current.User is null even though Windows Authentication is on

In IIS7 under Windows Server 2008, I have a virtual directory with anonymous access off and Windows authentication on. In my …

asp.net iis-7 windows-authentication
Pass-through authentication not working. IIS 7

On IIS 7 I set up an application called "XYZ", and an application pool for it. I set the identity of …

iis-7 active-directory windows-authentication pass-through
Does an IIS 7.5 web app with windows authentication require end users to have file permissions?

Short version: For IIS 7.5 web applications with Windows Authentication does the end user need to have Read file access? Long …

asp.net iis iis-7.5 windows-authentication
Windows authentication for Intranet/Internet

I am developing an ASP.net web application for my company. Some users use this site in the internal network (…

asp.net authentication windows-authentication intranet
Windows Integrated Authentication in node.js Client

When using node.js as a client, is it possible to connect to a server using Windows integrated authentication (e.…

node.js windows windows-authentication node.js-client
Native Library sqljdbc_auth.dll already loaded in another classloader

I have 2 java web apps that need to connect to SQL Server Database using Windows Integrated Authentication. The first one …

java sql-server tomcat jdbc windows-authentication
windows authentication: negotiate, ntlm and kerberos

First of all are negotiate, ntlm and kerberos three different implementation of windows authentication? IE sends this: Authorization: Negotiate YIIFswYGKwYB ... …

iis windows-authentication