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.
2 parents efa3817 + f851d17 commit 1e8c8bbCopy full SHA for 1e8c8bb
1 file changed
src/main/resources/application.yaml
@@ -20,7 +20,7 @@ spring:
20
client-name: kakao
21
authorization-grant-type: authorization_code
22
client-authentication-method: client_secret_post
23
- redirect-uri: https://api.muneo.ai.kr/login/oauth2/code/kakao
+ redirect-uri: "{baseUrl}/login/oauth2/code/kakao"
24
provider:
25
kakao:
26
authorization-uri: https://kauth.kakao.com/oauth/authorize
@@ -64,7 +64,7 @@ app:
64
cookie:
65
access-token-name: access_token
66
refresh-token-name: refresh_token
67
- same-site: ${COOKIE_SAME_SITE:Lax}
+ same-site: ${COOKIE_SAME_SITE:None}
68
domain: ${COOKIE_DOMAIN:}
69
secure: ${COOKIE_SECURE:false}
70
oauth:
0 commit comments