ASP.NET:检索页面的授权角色

发布于 2024-07-30 13:15:41 字数 198 浏览 3 评论 0原文

我有一个 ASP.NET 站点,它使用自定义角色提供程序来确定站点不同部分的授权。 我已经在 web.config 中为站点的不同部分配置了授权角色。

如果用户不处于特定角色,我希望能够告知他们需要哪个角色才能访问该网站的该部分,以便可以生成准确的授权请求并将其发送以供批准。

是否有一种简单的方法来测试哪些角色可以访问站点中的给定页面?

I have an ASP.NET site that uses a custom role provider to determine authorisation for different parts of the site. I have configured the authorised roles for different parts of the site in web.config.

If a user is not in a particular role, I'd like to be able to inform them which role they require to be able to access that part of the site, so that an accurate authorisation request can be generated and sent off for approval.

Is there a straightforward way of testing which roles can access a given page in the site?

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

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

发布评论

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

评论(1

栩栩如生 2024-08-06 13:15:41

根据您的网站设置,将您的网站构建为每个角色的文件夹可能很实用。 这样您就可以查看 URL 来确定角色。

话虽这么说,我确信有一种方法可以以编程方式找出您在 Location 元素中设置的内容 - 但我不知道,抱歉:)

Depending on your website set-up, it may practical to structure your websites into folders for each role. That way you can look at the URL to determine the role.

That being said I'm sure there's a way to programmatically find out what you set in the Location elements - but I don't know it sorry :)

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