fix: support API 연결 오류 진단 개선
Deploy feedback demo / deploy (push) Successful in 47s

This commit is contained in:
root
2026-09-14 13:27:54 +09:00
parent 41cb084479
commit 407511ea13
5 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
sso_authorization_endpoint="${SSO_AUTHORIZATION_ENDPOINT:-https://sso.hmac.kr/oidc/oauth2/auth}"
sso_token_endpoint="${SSO_TOKEN_ENDPOINT:-https://sso.hmac.kr/oidc/oauth2/token}"
sso_userinfo_endpoint="${SSO_USERINFO_ENDPOINT:-https://sso.hmac.kr/oidc/userinfo}"
sso_scope="${SSO_SCOPE:-openid profile email}"
sso_scope="${SSO_SCOPE:-openid profile email tenants}"
sso_client_id="${SSO_CLIENT_ID_SECRET:-${SSO_CLIENT_ID_VAR:-}}"
sso_client_secret="$SSO_CLIENT_SECRET"
jwt_secret="$JWT_SECRET"