我正在构建的SpringBoot应用程序将使用key斗篷进行身份验证。我知道如何使keydrope限制全路径(例如https://server.com/product/{id})但我不知道如何通过示例中的id来限制它,以便user1只能访问/product/1,user2只能访问/product/2。有人能解释一下我是如何做到这一点的吗?或者有人能给我指出一些教程/文章来帮助我吗?
n8ghc7c11#
你在spring boot应用程序中使用Spring Security 吗。听起来你描述的是:11.6. 域对象安全性(acls)https://docs.spring.io/spring-security/site/docs/current/reference/html5/#domain-ACL下面是一个使用旧版本springboot的演示https://github.com/maurofokker/spring-security-acl-demo
1条答案
按热度按时间n8ghc7c11#
你在spring boot应用程序中使用Spring Security 吗。听起来你描述的是:
11.6. 域对象安全性(acls)
https://docs.spring.io/spring-security/site/docs/current/reference/html5/#domain-ACL
下面是一个使用旧版本springboot的演示https://github.com/maurofokker/spring-security-acl-demo