Fix formatting

This commit is contained in:
Marcus Da Coregio 2023-08-17 09:27:02 -03:00
parent 8d58113b61
commit 9c599fa8d7
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ public class Saml2WebSsoAuthenticationFilter extends AbstractAuthenticationProce
public static final String DEFAULT_FILTER_PROCESSES_URI = "/login/saml2/sso/{registrationId}";
private static final RequestMatcher DEFAULT_REQUEST_MATCHER = new OrRequestMatcher(
new AntPathRequestMatcher(DEFAULT_FILTER_PROCESSES_URI),
new AntPathRequestMatcher("/login/saml2/sso"));
new AntPathRequestMatcher(DEFAULT_FILTER_PROCESSES_URI), new AntPathRequestMatcher("/login/saml2/sso"));
private final AuthenticationConverter authenticationConverter;