JAVA-18103 Rename method name
This commit is contained in:
parent
4d03829a98
commit
92ce5ae35d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue