JAVA-18103 Rename method name

This commit is contained in:
anuragkumawat 2023-02-20 23:13:48 +05:30
parent 4d03829a98
commit 92ce5ae35d
1 changed files with 1 additions and 1 deletions

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()