fix: 첨부파일 오류 개선
This commit is contained in:
@@ -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:-}
|
||||
|
||||
Reference in New Issue
Block a user