检查角色信息 C# wcf
我有字符串用户名和字符串密码。我需要对用户进行身份验证并根据 WCF 中的活动目录检查角色成员身份。最好的方法是什么?
i have string username and string password. i need to authenticate the user and check for role membership against active directory in WCF. what is the best way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此问题的答案 - 您应该能够使用它来获取您正在寻找的内容:
使用 Active Directory 进行 .NET 中的用户组和角色管理
Check out the answer to this question - you should be able to use this to get what you're looking for:
User Group and Role Management in .NET with Active Directory