Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试使用 JWT 身份验证 ES512 非对称密钥集成到我们的 Spring 微服务架构中。quarkus 微服务应该使用公钥解密令牌,不幸的是 Quarkus 默认支持 RSA-256。
如何使用 ES512 非对称密钥放置 quarkus?
我用这个配置做到了:
#Algorithm smallrye.jwt.verify.algorithm=ES512 #Mapping to populate groups from auth JWT token info smallrye.jwt.path.groups=auth # Path separator smallrye.jwt.groups-separator=,