From d0cab10cc97e53e7f48955b9cc41508f18b3eaad Mon Sep 17 00:00:00 2001 From: Christopher Suh Date: Mon, 3 Oct 2022 02:03:21 -0400 Subject: [PATCH] revert redirect uri bc it is not used by us (#20705) --- extensions/microsoft-authentication/src/AADHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/microsoft-authentication/src/AADHelper.ts b/extensions/microsoft-authentication/src/AADHelper.ts index 1f42d0afee..db59487803 100644 --- a/extensions/microsoft-authentication/src/AADHelper.ts +++ b/extensions/microsoft-authentication/src/AADHelper.ts @@ -20,7 +20,7 @@ import { MicrosoftAuthenticationSession } from './microsoft-authentication'; const localize = nls.loadMessageBundle(); -const redirectUrl = 'http://localhost/redirect'; +const redirectUrl = 'https://vscode-redirect.azurewebsites.net/'; const loginEndpointUrl = 'https://login.microsoftonline.com/'; const clientId = 'aebc6443-996d-45c2-90f0-388ff96faa56'; const tenant = 'organizations';