diff --git a/.changeset/forty-oranges-joke.md b/.changeset/forty-oranges-joke.md index 9f41431245..bc43cc8e4c 100644 --- a/.changeset/forty-oranges-joke.md +++ b/.changeset/forty-oranges-joke.md @@ -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. diff --git a/packages/integration-react/src/api/ScmAuth.ts b/packages/integration-react/src/api/ScmAuth.ts index 8b26c232f4..a22b15e400 100644 --- a/packages/integration-react/src/api/ScmAuth.ts +++ b/packages/integration-react/src/api/ScmAuth.ts @@ -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'], });