remove the additional scopes - not required.
Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/integration-react': minor
|
||||
---
|
||||
|
||||
Updated `microsoftAuthApi` scopes to for Azure DevOps to be fully qualified. Also added `openid`, `profile` and `email` scopes
|
||||
Updated `microsoftAuthApi` scopes to for Azure DevOps to be fully qualified.
|
||||
|
||||
@@ -204,9 +204,6 @@ export class ScmAuth implements ScmAuthApi {
|
||||
'499b84ac-1321-427f-aa17-267ca6975798/vso.graph',
|
||||
'499b84ac-1321-427f-aa17-267ca6975798/vso.project',
|
||||
'499b84ac-1321-427f-aa17-267ca6975798/vso.profile',
|
||||
'profile',
|
||||
'openid',
|
||||
'email',
|
||||
],
|
||||
repoWrite: ['499b84ac-1321-427f-aa17-267ca6975798/vso.code_manage'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user