From ba9b32974a829d48649fc33d8f65714820a45a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Fri, 10 Mar 2023 09:01:14 +0000 Subject: [PATCH] WIP: gestion des callback shibboleth-sp dans l'exemple --- components/hydra-saml/patches/hydra-dispatcher-env.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/hydra-saml/patches/hydra-dispatcher-env.yaml b/components/hydra-saml/patches/hydra-dispatcher-env.yaml index 9336e65..d644b9f 100644 --- a/components/hydra-saml/patches/hydra-dispatcher-env.yaml +++ b/components/hydra-saml/patches/hydra-dispatcher-env.yaml @@ -1,9 +1,9 @@ - op: replace path: "/data/HYDRA_DISPATCHER_SAML_LOGIN_URL" - value: http://hydra-saml-shibboleth-sp/login + value: http://hydra-saml-shibboleth-sp:8080/login - op: replace path: "/data/HYDRA_DISPATCHER_SAML_CONSENT_URL" - value: http://hydra-saml-shibboleth-sp/consent + value: http://hydra-saml-shibboleth-sp:8080/consent - op: replace path: "/data/HYDRA_DISPATCHER_SAML_LOGOUT_URL" - value: http://hydra-saml-shibboleth-sp/logout \ No newline at end of file + value: http://hydra-saml-shibboleth-sp:8080/logout