게이트웨이 인증 코드 수정 및 버전 증가
This commit is contained in:
@@ -20,7 +20,7 @@ public class ResourceServerConfiguration {
|
||||
.cors().and()
|
||||
.csrf().disable()
|
||||
.authorizeExchange()
|
||||
.pathMatchers("/products/**","/goods/**","/oauth/**","/login/**","/.well-known/jwks.json").permitAll()
|
||||
.pathMatchers("/products/**","/goods/**","/oauth/**","/login/**").permitAll()
|
||||
.anyExchange().authenticated()
|
||||
.and()
|
||||
.oauth2ResourceServer()
|
||||
|
||||
Reference in New Issue
Block a user