You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/spring-boot-cloudfoundry/src/main/java/org/springframework/boot/cloudfoundry/actuate/autoconfigure/endpoint/reactive/SecurityService.java
Copy file name to clipboardExpand all lines: module/spring-boot-cloudfoundry/src/main/java/org/springframework/boot/cloudfoundry/actuate/autoconfigure/endpoint/reactive/TokenValidator.java
Copy file name to clipboardExpand all lines: module/spring-boot-security-oauth2-authorization-server/src/main/java/org/springframework/boot/security/oauth2/server/authorization/autoconfigure/servlet/OAuth2AuthorizationServerProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ public static class Client {
289
289
* Whether the client is required to provide a proof key challenge and verifier
290
290
* when performing the Authorization Code Grant flow.
291
291
*/
292
-
privatebooleanrequireProofKey = false;
292
+
privatebooleanrequireProofKey = true;
293
293
294
294
/**
295
295
* Whether authorization consent is required when the client requests access.
Copy file name to clipboardExpand all lines: module/spring-boot-security-oauth2-resource-server/src/test/java/org/springframework/boot/security/oauth2/server/resource/autoconfigure/servlet/OAuth2ResourceServerAutoConfigurationTests.java
0 commit comments