revert redirect uri bc it is not used by us (#20705)

This commit is contained in:
Christopher Suh
2022-10-03 02:03:21 -04:00
committed by GitHub
parent 1df976d79d
commit d0cab10cc9

View File

@@ -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';