windows-authentication
How to pass Windows Authentication credential from client to Web API service
Inside my corporate environment, I have IIS7.5 hosting both a Web API service and a separate website which makes calls into that service via the RestSharp library. Both are currently configured with Windows Authentication.
HttpContext.Current.User is null even though Windows Authentication is on
In IIS7 under Windows Server 2008, I have a virtual directory with anonymous access off and Windows authentication on. In my web.config, I have:
Using Windows Authentication in ASP.NET
I’m trying to use Windows Authentication in my ASP.NET application. Whenever I try to view the app it sends me to a login page. How can I make it work without having to manually login via the browser?
App pool identity versus impersonation identity?
I found only one thread relating to this but it did not answer the question.
IE & Firefox with Integrated Windows Authentication
I’m building an Intranet application based on Ext JS and webservices. Users are authorized using Integrated Windows Authentication, which works fine in IE.
How to obtain email address with window authentication
I am designing a web application using the ASP.net MVC framework. I would like to use Windows Authentication and do Role Checks using the Role Manager SQLRoleProvider.
NancyFx and Windows Authentication
I want to use NancyFx for an intranet web app. All the documentation and forums only mention Forms and Basic authentication. Anyone successfully use Nancy with Windows Authentication?
Windows Authentication with ASP.NET MVC
I’ve built a custom login system for my asp.net mvc 1.0 web application as I store large amounts of user data for each user (I decided against trying to add custom tables for the windows authentication due to this). The login system basically uses SQL Server (2005 or 2008) and my own database and table structure which is pretty standard. A users table with an unique id, username and hashed password which is linked to my other tables of user related data.
Web API 2.1 Windows Authentication CORS Firefox
Here’s the scenario: