This commit is contained in:
Matthieu Lamalle 2023-01-26 13:22:02 +01:00
parent 217e3bcde4
commit d83ca8eb0c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ PODMAN_ARGS="\
-e 'OIDC_USERINFO_ENDPOINT={{ hydra_oidc_userinfo_endpoint }}' \
-e 'OIDC_LOGOUT_ENDPOINT={{ hydra_oidc_logout_endpoint }}' \
-e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \
-e 'REDIRECT_ON_ERROR_URL={{ hydra_urls_error }}'
-e 'REDIRECT_ON_ERROR_URL={{ hydra_urls_error }}' \
-e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \