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