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