Possibilité de personnaliser les variables COOKIE_PATH d'hydra-dispatcher & hydra-remote-user
This commit is contained in:
@ -51,6 +51,11 @@ hydra_clients:
|
||||
- client_id: default-client
|
||||
client_name: Default client
|
||||
|
||||
# Hydra dispatcher configuration
|
||||
|
||||
hydra_dispatcher_cookie_path: "{{ haproxy_hydra_dispatcher_base_path }}"
|
||||
hydra_dispatcher_debug: no
|
||||
|
||||
# Hydra Passwordless configuration
|
||||
|
||||
enable_hydra_passwordless: yes
|
||||
@ -75,6 +80,8 @@ hydra_saml_app_icon_url:
|
||||
hydra_saml_idp_entity_id: https://samltest.id/saml/idp
|
||||
hydra_saml_idp_metadata_url: https://samltest.id/saml/idp
|
||||
hydra_saml_allowed_redirects: []
|
||||
hydra_saml_cookie_path: "{{ haproxy_hydra_saml_base_path }}"
|
||||
hydra_saml_debug: no
|
||||
|
||||
hydra_saml_subject_header: subject-id
|
||||
hydra_saml_headers_attributes_mapping:
|
||||
|
Reference in New Issue
Block a user