@@ -22,11 +22,11 @@ spring:
2222 scope : profile_nickname # 카카오 닉네임만 가져옴
2323 client-name : Kakao
2424 authorization-grant-type : authorization_code
25- redirect-uri : ' ${BASE_URL }/{action}/oauth2/code/{registrationId}'
25+ redirect-uri : ' ${custom.site.backUrl }/{action}/oauth2/code/{registrationId}'
2626 google :
2727 client-id : ${GOOGLE_OAUTH2_CLIENT_ID}
2828 client-secret : ${GOOGLE_OAUTH2_CLIENT_SECRET}
29- redirect-uri : ' ${BASE_URL }/{action}/oauth2/code/{registrationId}'
29+ redirect-uri : ' ${custom.site.backUrl }/{action}/oauth2/code/{registrationId}'
3030 client-name : Google
3131 scope : profile
3232 naver :
@@ -35,7 +35,7 @@ spring:
3535 scope : profile_nickname # 네이버 닉네임만 가져옴
3636 client-name : Naver
3737 authorization-grant-type : authorization_code
38- redirect-uri : ' ${BASE_URL }/{action}/oauth2/code/{registrationId}'
38+ redirect-uri : ' ${custom.site.backUrl }/{action}/oauth2/code/{registrationId}'
3939 provider :
4040 kakao :
4141 authorization-uri : https://kauth.kakao.com/oauth/authorize
@@ -77,10 +77,10 @@ custom:
7777 frontUrl : " https://www.${custom.prod.cookieDomain}"
7878 backUrl : " https://api.${custom.prod.cookieDomain}"
7979 site :
80- cookieDomain : " ${custom.dev.cookieDomain}"
81- frontUrl : " ${custom.dev.frontUrl}"
82- backUrl : " ${custom.dev.backUrl}"
83- name : p-14044-1
80+ cookieDomain : ${custom.dev.cookieDomain}
81+ frontUrl : ${custom.dev.frontUrl}
82+ backUrl : ${custom.dev.backUrl}
83+ name : ssoul
8484 jwt :
8585 secretKey : ${JWT_SECRET_KEY}
8686 accessToken :
0 commit comments