I need to authenticate a user from 2 servers. First, a user would be authenticated from Server A, on success, his AD (Active Directory) credentials would be authenticated to Server B (which is AD).
I have an intranet site that our customer needs to access both internally and from the internet.The site has access restricted with Window Authentication.
I\'m looking for a guide about adding windows authentication support into a django app, particulary OSQA
I have an application that uses a database on SQL Server and I want users to connect to that server using integrated windows authentication. The connection string is:
Hi I\'m writing an ASP.Net MVC intranet application which is accessed via handhelds and a range of browsers.My users all have AD accounts and have different permission to our SQL database views/procs
I am developing an application that will mainly be used internally and want to know how i can automatically authenticate users against Active Directory without prompting them to login.
Enviornment: ASP.NET WebForms .NET 3.5 jQuery for AJAX ASMX web services Windows Authentication SSL When we run our production web application, our AJAX calls often have 2-3 HTTP 401s before we get
There are several applications that use your domain credentials for login. Eg: Custom Corporate apps. How do you ensure that such applications don\'t store your password?
We have an ASP.NET web application that we offer as a Service (it\'s hosted and it\'s accessible on the Web). We use Forms Authentication and our users have to enter a username/password to connect to
I have an In开发者_JAVA百科tranet site reading the windows user name and using it for authentication in the website.