Add saml2 data

This commit is contained in:
Patrick Uiterwijk 2015-09-30 10:51:08 +00:00
parent e3ea0ecaa9
commit 584d02cb11
3 changed files with 7 additions and 0 deletions

View file

@ -50,3 +50,10 @@ saml2 allow self registration=False
saml2 default nameid=transient
saml2 default email domain=fedoraproject.org
saml2 session database url=postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_saml2_name }}
[saml2_data]
{% if env == 'staging' %}
{% include "files/saml2_data_stg" %}
{% else %}
{% include "files/saml2_data" %}
{% endif %}