我正在为 OAUTH2 中的 client_credentials 授予类型流开发客户端应用程序。
我无法决定在我的项目中为此目的使用以下依赖项。
我从 spring-projects 引用了此文档,其中在客户端支持部分下有一个描述可用选项的表格。但我无法理解哪一列引用了上述哪个依赖项。
我想配置一个WebClientorRestTemplate在访问资源服务器之前自动从身份验证服务器检索 OAUTH2 令牌。
WebClient
RestTemplate
请指导我为我的项目选择合适的工件。
spring spring-security oauth-2.0 spring-boot spring-cloud
oauth-2.0 ×1
spring ×1
spring-boot ×1
spring-cloud ×1
spring-security ×1