2022-08-16 15:28:29 +02:00
|
|
|
# {{ ansible_managed }}
|
2022-07-19 14:26:08 +02:00
|
|
|
hydra:
|
|
|
|
apps:
|
|
|
|
{% if enable_hydra_passwordless %}
|
2022-08-26 16:29:39 +02:00
|
|
|
- id: {{ hydra_passwordless_identity_provider_id | default("passwordless") }}
|
2022-08-10 17:46:19 +02:00
|
|
|
title:
|
|
|
|
fr: "{{ hydra_passwordless_app_title }}"
|
|
|
|
description:
|
|
|
|
fr: "{{ hydra_passwordless_app_description }}"
|
2022-08-02 16:56:06 +02:00
|
|
|
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_passwordless_base_path }}/login"
|
|
|
|
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_passwordless_base_path }}/consent"
|
|
|
|
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_passwordless_base_path }}/logout"
|
2022-08-03 21:06:02 +02:00
|
|
|
attributes_rewrite_rules: {{ hydra_passwordless_attributes_rewrite_rules | to_json }}
|
2022-07-19 14:26:08 +02:00
|
|
|
icon_url: "{{ hydra_passwordless_app_icon_url }}"
|
|
|
|
{% endif %}
|
|
|
|
{% if enable_hydra_saml %}
|
2022-08-26 16:29:39 +02:00
|
|
|
- id: {{ hydra_saml_identity_provider_id | default("saml") }}
|
2022-08-10 17:46:19 +02:00
|
|
|
title:
|
2022-10-27 16:54:18 +02:00
|
|
|
fr: "{{ hydra_saml_app_title.fr }}"
|
|
|
|
en: "{{ hydra_saml_app_title.en | default("{{ hydra_saml_app_title.fr }}") }}"
|
2022-08-10 17:46:19 +02:00
|
|
|
description:
|
2022-10-27 16:54:18 +02:00
|
|
|
fr: "{{ hydra_saml_app_description.fr }}"
|
|
|
|
en: "{{ hydra_saml_app_description.en | default("{{ hydra_saml_app_description.fr }}") }}"
|
2022-08-02 16:56:06 +02:00
|
|
|
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/login"
|
|
|
|
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/consent"
|
|
|
|
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/logout"
|
2022-08-03 21:06:02 +02:00
|
|
|
attributes_rewrite_rules: {{ hydra_saml_attributes_rewrite_rules | to_json }}
|
2022-07-19 14:26:08 +02:00
|
|
|
icon_url: "{{ hydra_saml_app_icon_url }}"
|
2022-10-27 16:54:18 +02:00
|
|
|
options:
|
|
|
|
icon_url:
|
|
|
|
fr: "{{ hydra_saml_app_options.icon_url.fr }}"
|
|
|
|
en: "{{ hydra_saml_app_options.icon_url.en | default("{{ hydra_saml_app_options.icon_url.fr }}") }}"
|
|
|
|
|
2022-08-10 17:46:19 +02:00
|
|
|
{% endif %}
|
|
|
|
{% if enable_hydra_oidc %}
|
2022-08-26 16:29:39 +02:00
|
|
|
- id: {{ hydra_oidc_identity_provider_id | default("oidc") }}
|
2022-08-10 17:46:19 +02:00
|
|
|
title:
|
2022-10-27 16:54:18 +02:00
|
|
|
fr: "{{ hydra_oidc_app_title.fr }}"
|
|
|
|
en: "{{ hydra_oidc_app_title.en | default("{{ hydra_oidc_app_title.fr }}") }}"
|
2022-08-10 17:46:19 +02:00
|
|
|
description:
|
2022-10-27 16:54:18 +02:00
|
|
|
fr: "{{ hydra_oidc_app_description.fr }}"
|
|
|
|
en: "{{ hydra_oidc_app_description.en | default("{{ hydra_oidc_app_description.fr }}") }}"
|
2022-08-10 17:46:19 +02:00
|
|
|
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}/login"
|
|
|
|
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}/consent"
|
|
|
|
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}/logout"
|
|
|
|
attributes_rewrite_rules: {{ hydra_oidc_attributes_rewrite_rules | to_json }}
|
|
|
|
icon_url: "{{ hydra_oidc_app_icon_url }}"
|
2022-10-27 16:54:18 +02:00
|
|
|
options:
|
|
|
|
icon_url:
|
|
|
|
fr: "{{ hydra_oidc_app_options.icon_url.fr }}"
|
|
|
|
en: "{{ hydra_oidc_app_options.icon_url.en | default("{{ hydra_oidc_app_options.icon_url.fr }}") }}"
|
2022-08-25 20:32:15 +02:00
|
|
|
{% endif %}
|
|
|
|
{% if enable_hydra_ldap %}
|
|
|
|
- id: ldap
|
|
|
|
title:
|
|
|
|
fr: "{{ hydra_ldap_app_title }}"
|
|
|
|
description:
|
|
|
|
fr: "{{ hydra_ldap_app_description }}"
|
|
|
|
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_ldap_base_path }}/auth/login"
|
|
|
|
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_ldap_base_path }}/auth/consent"
|
|
|
|
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_ldap_base_path }}/auth/logout"
|
|
|
|
attributes_rewrite_rules: {{ hydra_ldap_attributes_rewrite_rules | to_json }}
|
|
|
|
icon_url: "{{ hydra_ldap_app_icon_url }}"
|
2022-07-19 14:26:08 +02:00
|
|
|
{% endif %}
|