Add saml2 data
This commit is contained in:
parent
e3ea0ecaa9
commit
584d02cb11
3 changed files with 7 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue