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/authentication/configurers/ldap/LdapAuthenticationProviderConfigurer.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -315,8 +315,8 @@ public LdapAuthenticationProviderConfigurer<B> groupSearchBase(String groupSearc
315
315
/**
316
316
* If set to true, a subtree scope search will be performed for group membership. If
317
317
* false a single-level search is used.
318
-
* @param searchSubtree set to true to enable searching of the entire tree below the
319
-
* <tt>groupSearchBase</tt>.
318
+
* @param groupSearchSubtree set to true to enable searching of the entire tree below
319
+
* the <tt>groupSearchBase</tt>.
320
320
* @return the {@link LdapAuthenticationProviderConfigurer} for further customizations
Copy file name to clipboardExpand all lines: saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public final class Saml2MetadataFilter extends OncePerRequestFilter {
Copy file name to clipboardExpand all lines: saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/authentication/logout/Saml2LogoutRequestFilter.java
0 commit comments