JAVA-18103 Rename method name

This commit is contained in:
anuragkumawat
2023-02-20 23:13:48 +05:30
parent 934f02bb1b
commit 61d83c215e

View File

@@ -22,7 +22,7 @@ public class KeycloakSecurityConfig {
}
@Bean
public SecurityFilterChain filterChain1(HttpSecurity http) throws Exception {
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
http.csrf()
.disable()
.authorizeHttpRequests(auth -> auth.anyRequest()