gpt4 book ai didi

asp.net-mvc - 流利安全 : How to assign multiple roles

转载 作者:行者123 更新时间:2023-12-04 04:39:58 24 4
gpt4 key购买 nike

在 ASP.NET MVC 中,我们可以在 AuthorizeAttribute 中分配多个角色。我目前正在使用 Fluent Security。文档说 RequireRolePolicy 可以支持一个或多个角色。

我想做下面的代码:

 configuration.For<MyController>(x => x.Index()).RequireRole("Administrator, Editor");

但它似乎只检查一个角色。如何为其分配多个角色?

最佳答案

好的,我现在明白了。

 configuration.For<MyController>(x => x.Index()).RequireAllRolesPolicy("Administrator", "Editor");

关于asp.net-mvc - 流利安全 : How to assign multiple roles,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19046111/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com