1
0
forked from baron/baron-sso

id lowercase

This commit is contained in:
2026-04-17 10:25:45 +09:00
parent 699aa7cfc8
commit 149b52f831

View File

@@ -304,7 +304,7 @@ services:
--token-endpoint-auth-method none \
--redirect-uri "$${DEVFRONT_CALLBACK_URLS:-http://localhost:5174/auth/callback}"
upsert_client "orgFront" \
upsert_client "orgfront" \
--name "OrgFront" \
--grant-type authorization_code,refresh_token \
--response-type code \