Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols.
I'm trying to develop an intranet app/website that uses Windows authentication. I'd like to test it with multiple users, …
c# .net testing windows-authentication intranetI have a console application SERVER that hosts WebApi controllers using OWIN self-hosting, and runs under a custom account named "…
asp.net-web-api owin windows-authentication self-hostingI have an MVC3 website set up with only Windows Authentication enabled (so anonymous and forms are disabled). Whenever I …
asp.net-mvc windows-authenticationOur Java app is federated with customers ADFS 3.0 server. There is an issue after sending authentication requests (SP initiated) to …
windows-authentication saml saml-2.0 adfs adfs3.0I am trying to do customAuthorization in MVC when the authentication mode is "windows" public override void OnAuthorization(AuthorizationContext filterContext) { #…
c# asp.net-mvc asp.net-mvc-4 windows-authentication custom-authenticationWe have a user who recently changed name. Let's say the old username was old.name and the new username …
asp.net windows-authenticationOk, I have spent about 15 hours trying to resolve this problem and I have finally been resigned to posting here …
sharepoint iis-7.5 windows-authentication impersonation delegationI keep getting the error The server could not be contacted. When i'm trying to run my code: I've searched …
c# active-directory ldap windows-authentication directorysearcherI want to use NancyFx for an intranet web app. All the documentation and forums only mention Forms and Basic …
asp.net .net windows-authentication nancyI'm using RESTful WCF services to serve data to a client. The application hosting the services requires integrated Windows Authentication …
visual-studio wcf configuration windows-authentication cassini