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 would an HttpModule for Custom Authentication interact with Windows Authentication?

I am trying to create a custom HttpModule which controls which users can view a site. I am trying to …

c# asp.net iis-7 windows-authentication httpmodule
Asp.Net core MVC application Windows Authentication in IIS

My Asp.Net Core mvc web application requires Windows Authentication. In developpement, on IIS Express, everything works fine thanks to …

iis asp.net-core windows-authentication
Ntlm/Kerberos authentication in Django

I'm looking for a guide about adding windows authentication support into a django app, particulary OSQA I'm aware about http://…

django windows-authentication
How to add windows user as a SQL users in windows authentication mode

I want to add windows user to SQL users pragmatically. my problem is that I want to do this on …

c# sql-server windows-authentication sql-authentication
Windows authentication in asp.net 5

I am building an intranet application in ASP .NET 5, MVC 6. I want to know how to enable Windows Authentication.? The …

c# windows-authentication asp.net-core asp.net-core-mvc
windows authentication not working in ie7

Really need help with this and tried lots of things and run out of ideas. I have a site hosted …

active-directory internet-explorer-7 iis-7.5 windows-authentication
SQL Server 2012 Express connection error

I installed SQL Server 2012 but not able to connection to express instance getting below error: A network-related or instance-specific error …

connection database-connection windows-authentication sql-server-2012-express
Roles available with Windows Authentication

I'm trying to add Roles authentication to an Action in a Controller in an ASP.NET MVC application. The code …

asp.net-mvc windows-authentication
Sign in as different user when using Integrated Windows Authentication

I have restricted access to a site by using Integrated Windows Authentication and turning off anonymous access. This way I …

c# asp.net windows-authentication
Windows authentication and Asp.Net Web API

I have an Intranet application with Windows authentication based on MVC4. When I need the WindowsIdentity for authorization purpose in …

asp.net-mvc-4 asp.net-web-api windows-authentication