Top "Windows-authentication" questions

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

MVC3 Windows Authentication override User.Identity

I am building a intranet application using MVC3 with a MSSQL backend. I have authentication and roles (through a custom …

asp.net-mvc-3 windows-authentication intranet windows-identity windows-principal
configuring SQL Server instance for Data Access using OPENROWSET, OPENQUERY

I have SQL Server 2012 full version installed on my standalone non-networked development PC running Windows 7 x-64. Let's say FOO is …

windows-authentication sql-server-2012 openrowset openquery sql-authentication
How can I configure PostgreSQL to use Windows Authentication?

I am trying to setup PostgreSQL and allow only certain Windows users to access the data from the database. Setting …

postgresql windows-authentication
ASP.NET MVC5/AngularJS/Web API app using Windows Authentication and OWIN

I may be over-complicating things, but we have an internal ASP.NET MVC5 SPA with AngularJS using Windows Authentication. This …

asp.net-mvc angularjs windows-authentication owin
IIS Binding with windows authentication

I have a local website (http://localhost/testsite) with Windows Authentication, that works well. Now I changed the binding of …

iis windows-authentication
Hibernate authentication without passwords stored in plain text

My goal is to authenticate to the database using a JDBC/Hibernate in a secure manner, without storing passwords in …

java sql hibernate windows-authentication
Most Strange IIS Windows Authentication behavior

I have an ASP.NET website running on Windows Server R2 in a corporate network, using Windows Authentication. The app …

iis windows-authentication
ASP.NET WindowsAuthentication custom 401 Unauthorized error page

I have an ASP.NET web-site with authentication using ActiveDirectory. Now, when an authenticated user opens a page - he …

c# asp.net asp.net-mvc authentication windows-authentication
Getting the logged in username in ASP.NET MVC3 intranet application

I am working on a MVC 3 intranet application ( windows authentication ). The application must display the profile page of the user …

asp.net-mvc-3 windows-authentication intranet
'Login as another user' MVC 4 Windows Authentication

I have an intranet project written in MVC 4 which uses Windows Authentication to authorise and authenticate users. I need to …

asp.net-mvc http windows-authentication logout http-status-code-401