Skip to content

Commit

Permalink
Switch back to multiline saml cert
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Sep 25, 2023
1 parent f1cfd33 commit 0cc6443
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ require Rails.root.join('plugins/redmine_saml/lib/redmine_saml/base')
{% endif %}
{% endif %}
{% if saml_idp_cert != '' %}
{% redmine_saml_idp_cert_line_break_format %}
{% if redmine_saml_idp_cert_line_break_format %}
idp_cert: "{{ saml_idp_cert | replace('\n', '\\n') }}",
{% else %}
idp_cert: '{{ saml_idp_cert }}',
{% endif %}
{% endif %}
{% if saml_idp_slo_service_url != '' %}
idp_slo_service_url: '{{ saml_idp_slo_service_url }}',
{% endif %}
Expand Down

0 comments on commit 0cc6443

Please sign in to comment.