1
0
forked from baron/baron-sso

Merge pull request 'ORGFRONT_CALLBACK_URLS' (#575) from add/deploy into dev

Reviewed-on: baron/baron-sso#575
This commit is contained in:
2026-04-17 10:38:41 +09:00

View File

@@ -310,7 +310,7 @@ services:
--response-type code \
--scope openid,offline_access,profile,email \
--token-endpoint-auth-method none \
--redirect-uri "$${DEVFRONT_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}"
upsert_client "$${OATHKEEPER_INTROSPECT_CLIENT_ID:-oathkeeper-introspect}" \
--secret "$${OATHKEEPER_INTROSPECT_CLIENT_SECRET:-oathkeeper-secret}" \