fedocal: in openshift retrieve the agreements rather than CLA - new AAA

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-04-02 11:17:07 +02:00
parent 329cdbc683
commit 4f103bce5c

View file

@ -68,7 +68,7 @@ SITE_ROOT = 'https://calendar.fedoraproject.org'
SITE_URL = '%s/' % SITE_ROOT
OIDC_SCOPES = [
'openid', 'email', 'profile',
'https://id.fedoraproject.org/scope/cla',
'https://id.fedoraproject.org/scope/agreements',
'https://id.fedoraproject.org/scope/groups',
]
OIDC_OPENID_REALM = '%s/oidc_callback' % SITE_ROOT