IdentityServer4:范围认证属性?
IdentityServer4: scope authentication attribute?
顺便问一下,有什么办法可以保护不同的controller或者不同作用域的action吗?
到目前为止,我只看到了整个应用程序的一个全局范围。
在身份服务器 3 中似乎有一个 ScopeAuthorize 属性,但我在 IdentityServer4 中找不到它。
参见 https://github.com/IdentityServer/IdentityServer4/issues/247。
因此,您创建一个策略,然后在授权属性中使用该策略。
顺便问一下,有什么办法可以保护不同的controller或者不同作用域的action吗? 到目前为止,我只看到了整个应用程序的一个全局范围。
在身份服务器 3 中似乎有一个 ScopeAuthorize 属性,但我在 IdentityServer4 中找不到它。
参见 https://github.com/IdentityServer/IdentityServer4/issues/247。 因此,您创建一个策略,然后在授权属性中使用该策略。