mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Add OIDC scope for MBS permissions.
Added here: https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=87503b8ed96813c259eb5b31afef1fc0cbdc7027
This commit is contained in:
@@ -79,6 +79,7 @@ if not token:
|
||||
'scope': ' '.join([
|
||||
'openid',
|
||||
'https://id.fedoraproject.org/scope/groups',
|
||||
'https://mbs.fedoraproject.org/oidc/submit-build',
|
||||
]),
|
||||
'client_id': 'mbs-authorizer',
|
||||
}) + "&redirect_uri=http://localhost:13747/"
|
||||
|
||||
Reference in New Issue
Block a user