mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Remove unused OIDC scopes.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user