Mise à jour configuration hydra-oidc
This commit is contained in:
parent
fb773a98d1
commit
49d5ec1b3d
|
@ -157,7 +157,7 @@ hydra_oidc_app_icon_url: https://openid.net/wordpress-content/uploads/2014/09/op
|
||||||
hydra_oidc_authorize_endpoint:
|
hydra_oidc_authorize_endpoint:
|
||||||
hydra_oidc_token_endpoint:
|
hydra_oidc_token_endpoint:
|
||||||
hydra_oidc_userinfo_endpoint:
|
hydra_oidc_userinfo_endpoint:
|
||||||
hydra_oidc_logout_url_pattern:
|
hydra_oidc_logout_endpoint:
|
||||||
hydra_oidc_post_logout_redirect_url:
|
hydra_oidc_post_logout_redirect_url:
|
||||||
hydra_oidc_scope: openid email
|
hydra_oidc_scope: openid email
|
||||||
hydra_oidc_client_id:
|
hydra_oidc_client_id:
|
||||||
|
|
|
@ -8,13 +8,13 @@ PODMAN_ARGS="\
|
||||||
-e 'APP_DEBUG={{ hydra_oidc_debug }}' \
|
-e 'APP_DEBUG={{ hydra_oidc_debug }}' \
|
||||||
-e 'HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445' \
|
-e 'HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445' \
|
||||||
-e 'COOKIE_PATH={{ hydra_oidc_cookie_path }}' \
|
-e 'COOKIE_PATH={{ hydra_oidc_cookie_path }}' \
|
||||||
-e 'URL_FRANCE_CONNECT_AUTHORIZE={{ hydra_oidc_authorize_endpoint }}' \
|
-e 'OIC_AUTHORIZE_ENDPOINT={{ hydra_oidc_authorize_endpoint }}' \
|
||||||
-e 'URL_FRANCE_CONNECT_TOKEN={{ hydra_oidc_token_endpoint }}' \
|
-e 'OIDC_TOKEN_ENDPOINT={{ hydra_oidc_token_endpoint }}' \
|
||||||
-e 'URL_FRANCE_CONNECT_USERINFO={{ hydra_oidc_userinfo_endpoint }}' \
|
-e 'OIDC_USERINFO_ENDPOINT={{ hydra_oidc_userinfo_endpoint }}' \
|
||||||
-e 'LOGOUT_REDIRECT_URL_PATTERN={{ hydra_oidc_logout_url_pattern }}' \
|
-e 'OIDC_LOGOUT_ENDPOINT={{ hydra_oidc_logout_endpoint }}' \
|
||||||
-e 'POST_LOGOUT_REDIRECT_URL={{ hydra_oidc_post_logout_redirect_url }}' \
|
-e 'POST_LOGOUT_REDIRECT_URL={{ hydra_oidc_post_logout_redirect_url }}' \
|
||||||
-e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \
|
-e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \
|
||||||
-e 'SCOPE_FRANCE_CONNECT={{ hydra_oidc_scope }}' \
|
-e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \
|
||||||
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
|
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
|
||||||
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \
|
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \
|
||||||
"
|
"
|
Loading…
Reference in New Issue