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: backend/src/main/java/eu/zuinnote/example/springwebdemo/configuration/SecurityConfigurationOidc.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,10 @@ SecurityFilterChain app(
64
64
returnhttp.build();
65
65
}
66
66
67
-
68
67
/***
69
68
* Automatically configure to have PKCE enabled for Authorization Code Flow. This should be the secure default and is supported by OAuth 2.1 (https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12)
70
69
* Spring currently does not enable it by default: https://github.com/spring-projects/spring-security/issues/16391
0 commit comments