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: config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2ClientConfigurer.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@
47
47
* The following configuration options are available:
48
48
*
49
49
* <ul>
50
-
* <li>{@link #authorizationCodeGrant()} - support for the OAuth 2.0 Authorization Code
51
-
* Grant</li>
50
+
* <li>{@link #authorizationCodeGrant(Customizer)} - support for the OAuth 2.0
51
+
* Authorization Code Grant</li>
52
52
* </ul>
53
53
*
54
54
* <p>
@@ -59,7 +59,8 @@
59
59
*
60
60
* <h2>Security Filters</h2>
61
61
*
62
-
* The following {@code Filter}'s are populated for {@link #authorizationCodeGrant()}:
62
+
* The following {@code Filter}'s are populated for
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2MetadataConfigurer.java
0 commit comments