Merge branch 'master' into BAEL-5534
This commit is contained in:
+1
@@ -52,6 +52,7 @@ public class SecurityConfiguration {
|
||||
//@formatter:off
|
||||
return http
|
||||
.authorizeHttpRequests(authorizeRequests -> authorizeRequests
|
||||
|
||||
.antMatchers("/api/auth/**", "/swagger-ui-custom.html" ,"/swagger-ui.html", "/swagger-ui/**", "/v3/api-docs/**", "/webjars/**",
|
||||
"/swagger-ui/index.html","/api-docs/**")
|
||||
.permitAll()
|
||||
|
||||
-1
@@ -14,4 +14,3 @@ public class SecurityTokenApplication {
|
||||
SpringApplication.run(SecurityTokenApplication.class);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user