Can a Silverlight application authenticate compared to a local LDAP / ActiveDirectory server

If I have an external application (www.outside.com) outside the firewall, but users inside the company wanted to be able to enable LDAP authentication against their local (behind the firewall) AD server (acting as LDAP) or another LDAP server (name it ldap. inside.com) how it will be done.

It seems technically possible that when a user tried to log into an external site through the Silverlight interface on the client side, the SL application could connect to the external.com login service and he would be asked to authenticate this user against ldap. inside.com. An SL application would make calls to ldap.inside.com to authenticate the user.

Of course, there is a question of how the server is safely notified that the client has authenticated itself ... Has anyone done this?

+3
source share
3 answers

I find it best to use ASP.NET membership mechanism. This can be configured to use Active Directory.

The following link discusses how to set up membership in `Active Directory: http://msdn.microsoft.com/en-us/library/ms998360.aspx

The following article explores the use of ASP.NET membership and role in Silverlight: http://blogs.msdn.com/brada/archive/2008/05/03/accessing-the-asp-net-authentication-profile-and-role- service-in-silverlight.aspx

, RIA. ASP.NET Silverlight.

+1

Mmmm... ASP.net/-, asnwer , ASP.net, ... , SL 2 , (, 3 -).

Braulio

0

: 1). Silverlight, -, , LDAP. 2). . 3). Silverlight.

LDAP -:

0
source

Source: https://habr.com/ru/post/1708360/


All Articles