From c15c55744b895b44a018b5e0cc3423d0b36de284 Mon Sep 17 00:00:00 2001 From: chan Date: Fri, 17 Apr 2026 12:00:00 +0900 Subject: [PATCH] https://baron-orgchart.hmac.kr/auth/callback --- .env.sample | 2 +- compose.ory.yaml | 2 +- docker/staging_pull_compose.template.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.sample b/.env.sample index 1d5f5bed..a1b24ac8 100644 --- a/.env.sample +++ b/.env.sample @@ -141,5 +141,5 @@ VITE_OIDC_CLIENT_ID=devfront VITE_OIDC_AUTHORITY=https://sso.hmac.kr/oidc DEVFRONT_URL=http://localhost:5174 DEVFRONT_CALLBACK_URLS=http://localhost:5174/auth/callback,https://sso.hmac.kr/devfront/auth/callback -ORGFRONT_CALLBACK_URLS=http://localhost:5175/auth/callback,http://172.16.10.176:5175/auth/callback +ORGFRONT_CALLBACK_URLS=http://localhost:5175/auth/callback,http://172.16.10.176:5175/auth/callback,https://baron-orgchart.hmac.kr/auth/callback VITE_ORGCHART_URL= \ No newline at end of file diff --git a/compose.ory.yaml b/compose.ory.yaml index 5747560d..b8a90ac7 100644 --- a/compose.ory.yaml +++ b/compose.ory.yaml @@ -237,7 +237,7 @@ services: --response-type code \ --scope openid,offline_access,profile,email \ --token-endpoint-auth-method none \ - --redirect-uri ${ORGFRONT_CALLBACK_URLS:-http://localhost:5175/auth/callback} + --redirect-uri ${ORGFRONT_CALLBACK_URLS:-http://localhost:5175/auth/callback,https://baron-orgchart.hmac.kr/auth/callback} hydra create oauth2-client \ --endpoint http://hydra:4445 \ diff --git a/docker/staging_pull_compose.template.yaml b/docker/staging_pull_compose.template.yaml index 255f1b07..5da9eb02 100644 --- a/docker/staging_pull_compose.template.yaml +++ b/docker/staging_pull_compose.template.yaml @@ -310,7 +310,7 @@ services: --response-type code \ --scope openid,offline_access,profile,email \ --token-endpoint-auth-method none \ - --redirect-uri "$${ORGFRONT_CALLBACK_URLS:-http://localhost:5175/auth/callback,http://172.16.10.176:5175/auth/callback}" + --redirect-uri "$${ORGFRONT_CALLBACK_URLS:-http://localhost:5175/auth/callback,http://172.16.10.176:5175/auth/callback, https://baron-orgchart.hmac.kr/auth/callback}" upsert_client "$${OATHKEEPER_INTROSPECT_CLIENT_ID:-oathkeeper-introspect}" \ --secret "$${OATHKEEPER_INTROSPECT_CLIENT_SECRET:-oathkeeper-secret}" \