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:
parent
329cdbc683
commit
4f103bce5c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ SITE_ROOT = 'https://calendar.fedoraproject.org'
|
||||||
SITE_URL = '%s/' % SITE_ROOT
|
SITE_URL = '%s/' % SITE_ROOT
|
||||||
OIDC_SCOPES = [
|
OIDC_SCOPES = [
|
||||||
'openid', 'email', 'profile',
|
'openid', 'email', 'profile',
|
||||||
'https://id.fedoraproject.org/scope/cla',
|
'https://id.fedoraproject.org/scope/agreements',
|
||||||
'https://id.fedoraproject.org/scope/groups',
|
'https://id.fedoraproject.org/scope/groups',
|
||||||
]
|
]
|
||||||
OIDC_OPENID_REALM = '%s/oidc_callback' % SITE_ROOT
|
OIDC_OPENID_REALM = '%s/oidc_callback' % SITE_ROOT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue