Top "Windows-authentication" questions

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

ASP.NET Identity + Windows Authentication (Mix mode - Forms + Windows)

I have tried my best to search the web before asking this question. I've seen similar questions on stackoverflow, however, …

asp.net asp.net-mvc asp.net-identity windows-authentication
Windows Authentication for SQL Server using JBDC on a Mac

Is it possible to connect to SQL Server using Windows authentication/integrated security from a Mac? I am using the …

java sql sql-server macos windows-authentication
Windows Authentication not working in ASP.NET MVC 5 web app

I have an ASP.NET MVC 5 app and am trying to enable Windows Authentication. The development machine is Windows Server 2008 …

asp.net-mvc-5 windows-authentication windows-server-2008-r2 iis-express
why does windows authentication / impersonation fail on asp.net application with iis 7.5 / windows 7 /

I'm troubleshooting why I can't get past the login dialog on an ASP.Net site configured for Windows Authentication and …

asp.net windows-7 impersonation windows-authentication iis-7.5
How to add Roles to Windows Authentication in ASP.NET Core

I created an asp.net core project in visual studio 2015 with windows authentication. I can't figure out how to add …

c# asp.net-core asp.net-core-mvc windows-authentication roles
proper implementation of "windows" authentication in web api?

I've created a Web Api 2 app which will only be used on the corporate network. I've read about Windows authentication …

c# .net asp.net-web-api asp.net-web-api2 windows-authentication
SharePoint (WSS) Authentication Across Multiple Domains

First, a little background: We have an intranet site based on WSS 3.0 that is hosted on a server in DOMAIN_…

sharepoint active-directory wss windows-authentication
Impersonate a Windows or Active Directory user from a different, untrusted domain

I need to authenticate against a remote SQL Server using Windows Authentication. The remote SQL Server is running in another …

vb.net windows active-directory windows-authentication
Get Active Directory User Information With Windows Authentication in MVC 4

I am working on an MVC 4 intranet application and am using Windows authentication. I would like to add to the …

asp.net-mvc-4 authentication active-directory windows-authentication
ADFS SSO SAML Windows Integrated authentication does not work

The project we are working now is Single Sign On via ADFS using SAML Token. The basic rule this project …

c# asp.net single-sign-on windows-authentication adfs