From d95092590e6346232a631405faa8e035808b0b85 Mon Sep 17 00:00:00 2001 From: Sheikah45 Date: Mon, 20 Jun 2022 18:38:41 -0400 Subject: [PATCH] add ports for java client callbacks --- scripts/create-hydra-test-clients.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-hydra-test-clients.sh b/scripts/create-hydra-test-clients.sh index 5755044a..99f50179 100755 --- a/scripts/create-hydra-test-clients.sh +++ b/scripts/create-hydra-test-clients.sh @@ -38,7 +38,7 @@ docker-compose exec faf-ory-hydra hydra clients create \ --grant-types authorization_code,refresh_token \ --response-types code \ --scope openid,offline,public_profile,lobby,upload_map,upload_mod \ - --callbacks http://localhost,http://localhost:51111 \ + --callbacks http://localhost,http://localhost:57728,http://localhost:59573,http://localhost:58256,http://localhost:53037,http://localhost:51360 \ --token-endpoint-auth-method none docker-compose exec faf-ory-hydra hydra clients create \