Compare commits
No commits in common. "e42d3cf47b50b5f448cc74e53cab6a17d9daac30" and "67e7b7d2755e3c0800c4c47c5490b86015921b0e" have entirely different histories.
e42d3cf47b
...
67e7b7d275
@ -13,24 +13,6 @@ hydra:
|
||||
attributes_rewrite_rules: {{ hydra_passwordless_attributes_rewrite_rules | to_json }}
|
||||
icon_url: "{{ hydra_passwordless_app_icon_url }}"
|
||||
{% endif %}
|
||||
{% if enable_hydra_saml %}
|
||||
- id: {{ hydra_saml_identity_provider_id | default("saml") }}
|
||||
title:
|
||||
fr: "{{ hydra_saml_app_title.fr }}"
|
||||
en: "{{ hydra_saml_app_title.en | default("{{ hydra_saml_app_title.fr }}") }}"
|
||||
description:
|
||||
fr: "{{ hydra_saml_app_description.fr }}"
|
||||
en: "{{ hydra_saml_app_description.en | default("{{ hydra_saml_app_description.fr }}") }}"
|
||||
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"
|
||||
attributes_rewrite_rules: {{ hydra_saml_attributes_rewrite_rules | to_json }}
|
||||
icon_url: "{{ hydra_saml_app_icon_url }}"
|
||||
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 }}") }}"
|
||||
{% endif %}
|
||||
{% if enable_hydra_oidc %}
|
||||
- id: {{ hydra_oidc_identity_provider_id | default("oidc") }}
|
||||
title:
|
||||
@ -61,3 +43,22 @@ hydra:
|
||||
attributes_rewrite_rules: {{ hydra_ldap_attributes_rewrite_rules | to_json }}
|
||||
icon_url: "{{ hydra_ldap_app_icon_url }}"
|
||||
{% endif %}
|
||||
{% if enable_hydra_saml %}
|
||||
- id: {{ hydra_saml_identity_provider_id | default("saml") }}
|
||||
title:
|
||||
fr: "{{ hydra_saml_app_title.fr }}"
|
||||
en: "{{ hydra_saml_app_title.en | default("{{ hydra_saml_app_title.fr }}") }}"
|
||||
description:
|
||||
fr: "{{ hydra_saml_app_description.fr }}"
|
||||
en: "{{ hydra_saml_app_description.en | default("{{ hydra_saml_app_description.fr }}") }}"
|
||||
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"
|
||||
attributes_rewrite_rules: {{ hydra_saml_attributes_rewrite_rules | to_json }}
|
||||
icon_url: "{{ hydra_saml_app_icon_url }}"
|
||||
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 }}") }}"
|
||||
|
||||
{% endif %}
|
Loading…
x
Reference in New Issue
Block a user