JAVA-20481 (#13901)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
This commit is contained in:
parent
321e1d3fcc
commit
eca8ddf2f5
|
@ -29,7 +29,7 @@ public class SecurityConfig {
|
|||
.antMatchers("/user/**")
|
||||
.hasAnyRole("USER", "ADMIN")
|
||||
.antMatchers("/login/**")
|
||||
.anonymous()
|
||||
.permitAll()
|
||||
.anyRequest()
|
||||
.authenticated()
|
||||
.and()
|
||||
|
|
Loading…
Reference in New Issue