Enable MBS scope in prod ipsilon.

This commit is contained in:
Ralph Bean 2017-03-01 17:43:22 +00:00
parent 251a4600bd
commit 653110c817
2 changed files with 1 additions and 13 deletions

View file

@ -32,21 +32,9 @@
owner=root group=root mode=0644
with_items:
- account-scopes
notify:
- reload apache
tags:
- ipsilon
- ipsilon/oidc_scopes
- name: Copy additional OpenID Connect scope registrations for staging
copy: src=oidc_scopes/{{item}}.py
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openidc/plugins/{{item}}.py
owner=root group=root mode=0644
with_items:
- mbs
notify:
- reload apache
when: env == 'staging'
tags:
- ipsilon
- ipsilon/oidc_scopes

View file

@ -23,7 +23,7 @@ global enabled=allow
global enabled=persona,openid,saml2,openidc
{% if env == "production" %}
openidc enabled extensions=fedora-account
openidc enabled extensions=fedora-account,mbs
{% else %}
openidc enabled extensions=fedora-account,mbs
{% endif %}