Skip to content

Commit

Permalink
update :: 안쓰는 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Feb 28, 2024
1 parent 29accfa commit 74a9264
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class SecurityConfiguration(
.requestMatchers(HttpMethod.POST, "/oauth2/token").permitAll()
.requestMatchers(HttpMethod.GET, "/jwk").permitAll()
.requestMatchers(HttpMethod.GET, "/oauth2/authorize").authenticated()
.requestMatchers(HttpMethod.GET, "/oauth2/userinfo").permitAll()
.anyRequest().authenticated()
}

Expand Down

0 comments on commit 74a9264

Please sign in to comment.