【发布时间】:2021-05-13 23:16:38
【问题描述】:
我们有不支持 PKCE 的身份服务器。不能修改它以包含 PKCE。
我正在尝试使用 spring-security-oauth2-client 、 spring-boot-starter-security 和 webclient 在同一身份服务器上实现授权代码流。生成的授权代码使用 code_challenge_method 和 code_challenge 访问令牌时出错。 春天有什么办法不默认使用PKCE?
我使用的是 Spring Boot 版本 2.3.4.RELEASE
【问题讨论】:
标签: spring-boot spring-security oauth-2.0 spring-security-oauth2 spring-webclient