fix: 첨부파일 오류 개선

This commit is contained in:
root
2026-09-11 17:37:37 +09:00
parent 4a79555d16
commit 2c32ae608f
16 changed files with 797 additions and 21 deletions
+5 -1
View File
@@ -22,7 +22,11 @@ services:
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_ORG_CONTEXT_ENDPOINT: ${SSO_ORG_CONTEXT_ENDPOINT:-https://sso.hmac.kr/api/v1/integrations/org-context}
SSO_SCOPE: ${SSO_SCOPE:-openid profile email tenants}
# Set to true temporarily to log only the SSO userinfo response shape
# (field names/types, never the actual personal-information values).
SSO_DEBUG_USERINFO: ${SSO_DEBUG_USERINFO:-false}
# These are server-only values. Do not prefix them with NEXT_PUBLIC_ and
# do not put them in the browser build.
SSO_CLIENT_ID: ${SSO_CLIENT_ID:-}