Can a Silverlight application authenticate versus a local LDAP/ActiveDirectory Server

Posted by caryden on Stack Overflow See other posts from Stack Overflow or by caryden
Published on 2009-05-14T16:12:37Z Indexed on 2010/04/07 3:33 UTC
Read the original article Hit count: 975

If I have an externally hosted application (www.outside.com) outside the firewall but users within a company wanted to be able to enable LDAP authentication against their local (behind the firewall) AD server (acting as LDAP) or other LDAP server (call it ldap.inside.com), how would this be done.

It seems technically possible in that when a user tried to login to outside.com through a client-side silverlight interface, that the SL app could connect to the outside.com login service and be told to authenticate that user against ldap.inside.com. The SL app would make the calls to ldap.inside.com to authenticate the user.

Of course, there is the issue of how the server is notified securely that the client authenticated itself...Has anyone done this?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about ldap