fix(shibboleth): use url for entity_id

This commit is contained in:
Philippe Caseiro 2023-02-10 10:26:34 +01:00
parent 806e30489f
commit 08fc07d8af
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PODMAN_ARGS="\
--network=slirp4netns:allow_host_loopback=true \
--replace --name 'cadoles-pod-shibboleth-sp-v3' \
--tz=local \
-e 'SP_ENTITY_ID={{ ansible_hostname }}{{ haproxy_hydra_saml_base_path }}' \
-e 'SP_ENTITY_ID=http://{{ ansible_hostname }}{{ haproxy_hydra_saml_base_path }}' \
-e 'SP_LOG_LEVEL={{ hydra_saml_sp_log_level }}' \
-e 'IDP_ENTITY_ID={{ hydra_saml_idp_entity_id }}' \
-e 'IDP_METADATA_URL={{ hydra_saml_idp_metadata_url }}' \