Skip to content

Commit 1133082

Browse files
committed
test: test yml 수정
1 parent 123af82 commit 1133082

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/test/resources/application.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ spring:
1010
hibernate:
1111
ddl-auto: create
1212

13+
security:
14+
oauth2:
15+
client:
16+
provider:
17+
kakao:
18+
authorization-uri: https://kauth.kakao.com/oauth/authorize
19+
token-uri: https://kauth.kakao.com/oauth/token
20+
user-info-uri: https://kapi.kakao.com/v2/user/me
21+
user-name-attribute: id
22+
registration:
23+
kakao:
24+
client-name: Kakao
25+
client-id: KAKAO_CLIENT_ID
26+
client-secret: KAKAO_CLIENT_SECRET
27+
redirect-uri: KAKAO_REDIRECT_URI
28+
authorization-grant-type: authorization_code
29+
client-authentication-method: client_secret_post
30+
scope:
31+
- profile_nickname
32+
- profile_image
33+
- account_email
34+
1335
cloud:
1436
aws:
1537
region:

0 commit comments

Comments
 (0)