Remove unused OIDC scopes.

This commit is contained in:
Ralph Bean
2017-02-17 10:44:47 -05:00
parent 4e58536104
commit 916c47cf2f

View File

@@ -78,8 +78,6 @@ if not token:
'nonce': random.randint(100, 10000),
'scope': ' '.join([
'openid',
'profile',
'email',
'https://id.fedoraproject.org/scope/groups',
]),
'client_id': 'mbs-authorizer',