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: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/oidc/authentication/OidcClientRegistrationAuthenticationValidator.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@
50
50
* <p>
51
51
* Each validated field is backed by two public constants:
52
52
* <ul>
53
-
* <li>{@code DEFAULT_*_VALIDATOR} — strict validation that rejects unsafe values. This is
53
+
* <li>{@code DEFAULT_*_VALIDATOR} - strict validation that rejects unsafe values. This is
54
54
* the default behavior and may reject input that was previously accepted.</li>
55
-
* <li>{@code SIMPLE_*_VALIDATOR} — lenient validation preserving the behavior from prior
55
+
* <li>{@code SIMPLE_*_VALIDATOR} - lenient validation preserving the behavior from prior
56
56
* releases. Use only when strictly required for backward compatibility and with full
57
57
* understanding that it may accept values that enable attacks against the authorization
0 commit comments