Update and deploy OIDC scopes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ce2f293cd8
commit
788ecda667
4 changed files with 33 additions and 15 deletions
|
@ -23,6 +23,16 @@
|
|||
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openid/extensions/api.py
|
||||
owner=root group=root mode=0644
|
||||
|
||||
- name: Copy OpenID Connect scope registrations
|
||||
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:
|
||||
- account-scopes
|
||||
tags:
|
||||
- ipsilon
|
||||
- ipsilon/oidc_scopes
|
||||
|
||||
- name: Apply hotfix for taiga to get POST results
|
||||
copy: src=openid_server.py
|
||||
dest=/usr/lib/python2.7/site-packages/openid/server/server.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue