mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix saml2 file locations in Ipsilon
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -74,16 +74,19 @@ openid default attribute mapping=[["*", "*"], ["_groups", "groups"], [["_extras"
|
||||
openid default attribute mapping=[["*", "*"], ["timezone", "zoneinfo"], ["_groups", "groups"], [["_extras", "cla"], "cla"], ["fullname", "name"], ["_username", "preferred_username"]]
|
||||
{% endif %}
|
||||
|
||||
saml2 idp metadata file=metadata.xml
|
||||
{% if env == 'staging' %}
|
||||
saml2 idp metadata file=metadata.xml
|
||||
saml2 idp storage path=/etc/ipsilon/root/saml2
|
||||
saml2 idp nameid salt={{ ipsilon_stg_saml2_nameid_salt }}
|
||||
{% else %}
|
||||
saml2 idp storage path=/etc/ipsilon/saml2
|
||||
saml2 idp nameid salt={{ ipsilon_saml2_nameid_salt }}
|
||||
{% endif %}
|
||||
saml2 idp certificate file=idp.crt
|
||||
saml2 idp key file=idp.key
|
||||
{% else %}
|
||||
saml2 idp metadata file=/httpdir/metadata.xml
|
||||
saml2 idp storage path=/etc/ipsilon
|
||||
saml2 idp nameid salt={{ ipsilon_saml2_nameid_salt }}
|
||||
saml2 idp certificate file=saml2_idp.crt
|
||||
saml2 idp key file=saml2_idp.key
|
||||
{% endif %}
|
||||
saml2 allow self registration=False
|
||||
saml2 default nameid=transient
|
||||
saml2 default email domain=fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user