Enable odcs stg oidc scope.
This commit is contained in:
parent
e9609eeac0
commit
81aeb57e8b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ global enabled=persona,openid,saml2,openidc
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb
|
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb
|
||||||
{% else %}
|
{% else %}
|
||||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb
|
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue