自定义角色会员提供商

发布于 2024-08-29 06:36:48 字数 187 浏览 2 评论 0原文

我们正在尝试为我们的网络应用程序实现自定义角色成员资格提供程序。对于授权,我们想要检查登录用户的另一个字段,例如 Facilityid 以及他所拥有的角色。例如。我的用户 1 具有角色 1 和设施 1 可以访问某些选项,而设施 2 的相同用户角色具有不同的选项。那么有没有一种方法可以扩展现有的角色/配置文件提供程序,以使用此附加字段以及分配的角色来授权用户。

We are trying to implement Custom Role membership provider for our web app. For authorization we want to check for one more field like Facilityid for the logged on user along with role he has. eg. my User1 having Role1 with Facility1 can access some option and same user role for Facility2 have different option. So is there a way we can extend the existing role/profile provider to authorize user with this additional field along with role assigned.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

殊姿 2024-09-05 06:36:48

根据您期望的复杂程度,您可能只想让 Facility1 和 Facility2 作为角色,即使它们可能有很多相同的方面。通过这种方式,您不需要扩展成员资格提供程序。

Depending on how complicated you expect this to be you might want to just have Facility1 and Facility2 be roles, even though they may share a lot of the same aspects. In this manner, you should not need to extend the membership provider.

云醉月微眠 2024-09-05 06:36:48

可以有 n 个设施,因此拥有这么多角色看起来并不可行。如果我们能找到一种方法,可以将 Facilityid 从应用程序传递到此安全模块 roleprovider,并仅为该设施的用户获取适当的角色。

There can be n facilities so having those many roles does not look fesiable. If we can find a way by which we can pass the Facilityid from the application to this security module roleprovider and fetch appropriate role for user only for that facility.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文