From 01f8ca730ce0d5f140c17d3253b8e8b12150f737 Mon Sep 17 00:00:00 2001 From: William Petit Date: Sun, 21 Jun 2020 14:23:38 +0200 Subject: [PATCH] Configuration du endpoint JWKS pour Hydra --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 1c75906..873279d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,6 +50,7 @@ services: HYDRA_ADMIN_URL: http://localhost:4445 SERVE_PUBLIC_CORS_ENABLED: "true" SERVE_PUBLIC_CORS_ALLOWED_ORIGINS: http://localhost:8081 + WEBFINGER_JWKS_BROADCAST_KEYS: hydra.openid.id-token,hydra.jwt.access-token ports: - 4444:4444 command: hydra serve all --dangerous-force-http