mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
revert redirect uri bc it is not used by us (#20705)
This commit is contained in:
@@ -20,7 +20,7 @@ import { MicrosoftAuthenticationSession } from './microsoft-authentication';
|
|||||||
|
|
||||||
const localize = nls.loadMessageBundle();
|
const localize = nls.loadMessageBundle();
|
||||||
|
|
||||||
const redirectUrl = 'http://localhost/redirect';
|
const redirectUrl = 'https://vscode-redirect.azurewebsites.net/';
|
||||||
const loginEndpointUrl = 'https://login.microsoftonline.com/';
|
const loginEndpointUrl = 'https://login.microsoftonline.com/';
|
||||||
const clientId = 'aebc6443-996d-45c2-90f0-388ff96faa56';
|
const clientId = 'aebc6443-996d-45c2-90f0-388ff96faa56';
|
||||||
const tenant = 'organizations';
|
const tenant = 'organizations';
|
||||||
|
|||||||
Reference in New Issue
Block a user