IPSILON: enable fpdc oidc plugin in production and staging

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-11-26 09:37:29 +01:00
parent 63c2526d93
commit 8f8daf1847

View file

@ -23,9 +23,9 @@ global enabled=allow
global enabled=persona,openid,saml2,openidc
{% if env == "production" %}
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src,fpdc
{% else %}
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src,modernpaste
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src,modernpaste,fpdc
{% endif %}
{% if env == 'staging' %}