suppression var opbsolete POST_LOGOUT_REDIRECT_URL

This commit is contained in:
Matthieu Lamalle 2023-01-24 14:37:37 +01:00
parent 5b7f958bfb
commit 217e3bcde4
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ PODMAN_ARGS="\
-e 'OIDC_TOKEN_ENDPOINT={{ hydra_oidc_token_endpoint }}' \
-e 'OIDC_USERINFO_ENDPOINT={{ hydra_oidc_userinfo_endpoint }}' \
-e 'OIDC_LOGOUT_ENDPOINT={{ hydra_oidc_logout_endpoint }}' \
-e 'POST_LOGOUT_REDIRECT_URL={{ hydra_oidc_post_logout_redirect_url }}' \
-e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \
-e 'REDIRECT_ON_ERROR_URL={{ hydra_urls_error }}'
-e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \