Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols.
I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two …
java active-directory single-sign-on windows-authenticationAfter trying to enable owin & AspNet Identity to my Web Api project (in VS 2013 + .Net 4.5.1) I get the following …
asp.net-mvc-5 owin windows-authenticationI have an ASP.NET Web API service that runs on a web server with Windows Authentication enabled. I have …
iis-7.5 windows-authentication asp.net-mvc-4 asp.net-web-api wcf-web-apiI get an error by a website, on which I use Windows Authentication. Strange things: Only occurs if user is …
asp.net active-directory windows-authentication directoryservicesI have to transfer my client from one website to another website. This happens in client side. In this 2nd …
javascript windows-authentication basic-authentication single-sign-on client-side-scriptingI'm developing a MVC3 application that will require a user to be authenticated against an AD. I know that there …
asp.net-mvc asp.net-mvc-2 asp.net-mvc-3 forms-authentication windows-authenticationI have tried the suggestions in this post but I can not get Windows Authentication working with IIS Express in …
.net-4.0 windows-authentication iis-expressI've read several questions on this topic, such as here, here, here and here; but none have provided a working …
asp.net-mvc active-directory windows-authenticationI've created Internet MVC Application with Individual User Accounts Authentication, but now this project should be intranet with windows authentication... …
asp.net-mvc asp.net-mvc-4 authentication windows-authenticationI'm trying to use Windows Authentication in my ASP.NET application. Whenever I try to view the app it sends …
c# asp.net iis windows-authentication iis-express