Click here to Skip to main content
15,889,857 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I need to develop web base extranet(internet) application with Active Directory.

Is there any way to avoid login screen in application with the use of SSO with Active Directory?

I read about to implement in intranet application with windows authentication. That is fine because the server and the users will be in same domain. But for internet application domain will be different, is it possible to connect with Customer's Active Directory System to manage from our side?

Kindly share the comments or links.

Thanks in Advance.

Mehul Thakkar
Posted

1 solution

Theoretically its possible, you could connect over an exposed port (preferably over SSL) to query it. But there are better solutions out there.

OpenID, OAuth, and WCF authentication


DotNetOpenAuth implements OpenID and OAuth for .NET
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900