We have OIDC in stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e7c1a41072
commit
f2c0678d29
2 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,20 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: install needed packages (staging)
|
||||
yum: pkg={{ item }} state=present update_cache=yes
|
||||
with_items:
|
||||
- ipsilon
|
||||
- ipsilon-authfas
|
||||
- ipsilon-openid
|
||||
- ipsilon-openidc
|
||||
- ipsilon-saml2
|
||||
- ipsilon-persona
|
||||
- python-psycopg2
|
||||
- libsemanage-python
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Copy OpenID API extension
|
||||
copy: src=api.py
|
||||
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openid/extensions/api.py
|
||||
|
|
|
@ -14,7 +14,11 @@ global enabled=allow
|
|||
|
||||
|
||||
[provider_config]
|
||||
{% if env == "staging" %}
|
||||
global enabled=persona,openid,saml2,openidc
|
||||
{% else %}
|
||||
global enabled=persona,openid,saml2
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
persona allowed domains=stg.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue