Configuration du endpoint JWKS pour Hydra
This commit is contained in:
parent
01c6abdbb4
commit
01f8ca730c
|
@ -50,6 +50,7 @@ services:
|
||||||
HYDRA_ADMIN_URL: http://localhost:4445
|
HYDRA_ADMIN_URL: http://localhost:4445
|
||||||
SERVE_PUBLIC_CORS_ENABLED: "true"
|
SERVE_PUBLIC_CORS_ENABLED: "true"
|
||||||
SERVE_PUBLIC_CORS_ALLOWED_ORIGINS: http://localhost:8081
|
SERVE_PUBLIC_CORS_ALLOWED_ORIGINS: http://localhost:8081
|
||||||
|
WEBFINGER_JWKS_BROADCAST_KEYS: hydra.openid.id-token,hydra.jwt.access-token
|
||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
command: hydra serve all --dangerous-force-http
|
command: hydra serve all --dangerous-force-http
|
||||||
|
|
Loading…
Reference in New Issue