Top "Windows-authentication" questions

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

Connecting to MS SQL Server with Windows Authentication using Python?

How do I connect MS SQL Server using Windows Authentication, with the pyodbc library? I can connect via MS Access …

sql-server sql-server-2008-r2 odbc windows-authentication pyodbc
ASP.NET Windows Authentication logout

How do you logout when using Windows authentication in ASP.NET like this web.config? <authentication mode="Windows" /> …

asp.net windows-authentication logout
Unable to get windows authentication to work through local IIS

So I've created a new ASP.NET MVC project using the intranet template. web.config contains the appropriate values (e.…

asp.net-mvc iis windows-authentication ntlm http-status-code-401
Database + Windows Authentication + Username/Password?

I have always thought that in order to connect to SQL server using windows authentication with explicitly specified credentials, you …

sql-server authentication windows-authentication
How can I pass windows authentication to webservice using jQuery?

I'm using jQuery to call a .Net web service like this: var service_url = "https://example.com/myservice.asmx" $.ajax({ …

jquery web-services windows-authentication
Making a web request to a web page which requires windows authentication

I am trying to make a request to a web page using WebRequest class in .net. The url that I …

c# windows-authentication webrequest
Mixing Forms authentication with Windows authentication

I have an (ASP.NET 3.5) intranet application which has been designed to use forms authentication (along with the default aspnet …

asp.net iis-7 forms-authentication windows-authentication
Obtain Network Credentials from Current User in Windows Authentication Application

I was wondering whether it was possible to obtain the current user object and get their credentials so that I …

c# windows-authentication axapta business-connector
In IIS, why doesn't Window Authentication show up as one of the options for my web application?

I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have …

asp.net iis iis-7 windows-authentication