We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123af82 commit 1133082Copy full SHA for 1133082
src/test/resources/application.yml
@@ -10,6 +10,28 @@ spring:
10
hibernate:
11
ddl-auto: create
12
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
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
+
35
cloud:
36
aws:
37
region:
0 commit comments