Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols.
I have a SQL Server 2005 named instance using Windows Authentication with domain groups serving as logins. The domain structures are …
sql-server sql-server-2005 cross-domain windows-authenticationI'm building a simple internal application for my company, and it requires Windows Authentication for security. All other authentication modes …
iis-7 windows-server-2008 windows-authenticationI'm trying to enable CORS support in my WebAPI project, and if I enable Anonymous Authentication then everything works fine, …
iis-7.5 windows-authentication asp.net-web-api ntlm corsI just upgraded my application from Visual studio 2012 to Visual studio 2013. My windows authentication is not working any more. It …
visual-studio-2013 windows-authentication iis-expressInside my corporate environment, I have IIS7.5 hosting both a Web API service and a separate website which makes calls …
c# asp.net authentication windows-authentication asp.net-web-apiI want to be able to connect to a SQL Server using jdbc and windows authentication. I saw some answers …
java sql-server jdbc windows-authenticationI am trying to understand concepts of windows authentication, forms authentication and their differences. I am confused. Can someone help …
windows authentication forms-authentication windows-authenticationI'm using Forms authentication. In Windows Authentication for get the user name of the PC i use: User.Identity.Name …
c# asp.net forms-authentication windows-authenticationI have a website in IIS 6.0 using an application pool with a custom service account. When I browse the website, …
asp.net iis security windows-authentication application-poolI've checked lots of posts about this error but not been able to fix the problem yet. I have simple …
asp.net-mvc iis windows-authentication