From 1fecc471dd6406ffe9790516c577abd34c5a9472 Mon Sep 17 00:00:00 2001 From: Phill Morton Date: Thu, 22 Feb 2024 13:58:10 +0000 Subject: [PATCH] remove the additional scopes - not required. Signed-off-by: Phill Morton --- .changeset/forty-oranges-joke.md | 2 +- packages/integration-react/src/api/ScmAuth.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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'], });