|
|
@@ -67,7 +67,7 @@ public class WebSecurityConfig { |
|
|
|
String[] telecomumalePermitPath = PermitPathConstant.telecomumaleUrlStr; |
|
|
|
httpSecurity |
|
|
|
.authorizeExchange() |
|
|
|
.pathMatchers(OAUTH_PATH).hasAnyAuthority(AuthorityConstant.SCOPE_ADMIN, AuthorityConstant.SCOPE_TUOHNEG_DSP_MP, AuthorityConstant.SCOPE_TUOHNEG_DSP_WEB) |
|
|
|
//.pathMatchers(OAUTH_PATH).hasAnyAuthority(AuthorityConstant.SCOPE_ADMIN, AuthorityConstant.SCOPE_TUOHNEG_DSP_MP, AuthorityConstant.SCOPE_TUOHNEG_DSP_WEB) |
|
|
|
.pathMatchers(hhzPermitPath).permitAll() |
|
|
|
.pathMatchers(freewayPermitPath).permitAll() |
|
|
|
.pathMatchers(waterwayPermitPath).permitAll() |
|
|
@@ -90,6 +90,7 @@ public class WebSecurityConfig { |
|
|
|
.pathMatchers("/airmonitor/admin/**").hasAnyAuthority(AuthorityConstant.SCOPE_ADMIN, AuthorityConstant.SCOPE_TUOHNEG_AIRMONITOR_ADMIN) |
|
|
|
.pathMatchers("/oidc/admin/user/**").authenticated() |
|
|
|
.pathMatchers("/api/inspection/**").authenticated() |
|
|
|
.pathMatchers(OAUTH_PATH).authenticated() |
|
|
|
//.pathMatchers(PERMIT_PATH).permitAll() |
|
|
|
.anyExchange().permitAll() |
|
|
|
.and() |