1
0
forked from baron/baron-sso
2026-04-17 12:00:00 +09:00
parent 54f7bb1b84
commit c15c55744b
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \