WIP: gestion des callback shibboleth-sp dans l'exemple

This commit is contained in:
Laurent Gourvenec 2023-03-10 09:01:14 +00:00
parent a06bc28aa3
commit ba9b32974a
1 changed files with 3 additions and 3 deletions

View File

@ -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
value: http://hydra-saml-shibboleth-sp:8080/logout