角色=“”的PrincipalPermission总是失败

发布于 2024-11-10 15:07:14 字数 407 浏览 2 评论 0原文

我在我的 asp.net 3.5 webforms 应用程序上使用表单身份验证。
我有一个实现 IIdentity 的自定义类。
我已使用 [PrincipalPermission(SecurityAction.Demand, Role = "administration")] 修饰了我的方法。
我的问题是,即使我以该角色的用户身份登录,我也会收到安全异常。我尝试过的每种角色/用户组合都会发生这种情况。
但是,如果我使用 [PrincipalPermission(SecurityAction.Demand, Name = "admin")] 授权将按预期工作。
我确信我的 GetRoles() 方法返回正确的角色字符串。
我做错了什么吗?

I'm using forms authentication on my asp.net 3.5 webforms app.
I have a custom class implementing IIdentity.
I've decorated my method with [PrincipalPermission(SecurityAction.Demand, Role = "administration")].
My problem is that even when i'm logged on as a user that's in that role, I get a security exception. This has happened with every combination of role / user I've tried.
however, if I use [PrincipalPermission(SecurityAction.Demand, Name = "admin")] the authorization works as expected.
I'm sure that my GetRoles() method returns the correct roles strings.
Is there something I'm doing wrong?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文