Skip to content

Commit

Permalink
Feature: .
Browse files Browse the repository at this point in the history
  • Loading branch information
persi0815 committed Jul 9, 2024
1 parent 02f1136 commit c7fb5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ spring:
# 서비스 제공자 식별자
naver:
# 서비스 제공자측에 저희가 어떤 서비스인지 인증하기 위한 값
client-id: 3tVKSO15tNGbkeZJf8eE #서비스 제공자측에 저희가 어떤 서비스인지 인증하기 위한 값
client-secret: zHvANLwWHH
redirect-uri: http://travel-compass.persi0815.site:8080/login/oauth2/code/naver
client-id: ${CLIENT_ID} #서비스 제공자측에 저희가 어떤 서비스인지 인증하기 위한 값
client-secret: ${CLIENT_SECRET}
redirect-uri: ${REDIRECT_URL}
# redirect-uri: http://localhost:8080/login/oauth2/code/naver
authorization-grant-type: authorization_code # 어떤 방식으로 access token을 받을지 정의
client-authentication-method: client_secret_post # Client Id, Client Secret를 요청의 어디에 포함할지 정의. Body
Expand Down

0 comments on commit c7fb5dd

Please sign in to comment.