简体   繁体   English

使用Active Directory的Silverlight身份验证

[英]Silverlight authentication using Active Directory

I have developed a Silverlight app, and the customer is asking me to add an authentication window at the app startup, and he would like to let the user log in if the user exists in the active directory users of the company. 我已经开发了一个Silverlight应用程序,客户要求我在应用程序启动时添加一个身份验证窗口,如果该用户位于公司的活动目录用户中,他想让该用户登录。 And depending on which group the user is part of, the application will have some features set on or off; 根据用户所属的组,该应用程序将启用或禁用某些功能。 for example if the user is part of the "Maintenance" users group in the AD, it will have access on some features or if the user is part of let's say "Operator" group it will have the maintenance features disabled. 例如,如果该用户属于广告中“维护”用户组的一部分,那么它将有权使用某些功能;或者如果该用户属于“运营商”组的一部分,那么它将禁用维护功能。

Now, the part of the disabling/enablig features is not a problem once I know that the user exists and wich group he is part of, the only problem is: 现在,一旦我知道用户存在并且他属于其中,则禁用/启用功能的一部分就不成问题了,唯一的问题是:

how can I interact with and active directory in a local web via SIlverlight to authenticate users and read the group of membership? 如何通过SIlverlight与本地网络中的活动目录进行交互以验证用户身份并读取成员资格组?

请参阅文章WCF服务与Windows身份验证和Silverlight。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM