Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 MVC4 内部网应用程序。它使用 Active Directory 作为 MembershipProvider。但是我已经实现了自己的 RoleProvider。它工作正常。
但是所有角色查找方法都是基于用户名的。我想使用 AD 中的 objectGUID 插入“简单”用户名。
任何人都知道这是否/如何实现
我创建了一个 GuidRoleProvider 库,您可以随意将其用作示例。
https://github.com/cavvon/GuidRoleProvider