mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Update redirect-uri to localhost (#20692)
* wip * change clientId * change redirect-uri to localhost * change clientId to staging env * wip, using ppe endpoint * management-preview * change back management endpoint * localhost/redirect * wip * route redirect * change back to prod endpoints/clientId * add error handling
This commit is contained in:
@@ -20,7 +20,7 @@ import { MicrosoftAuthenticationSession } from './microsoft-authentication';
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
const redirectUrl = 'https://vscode-redirect.azurewebsites.net/';
|
||||
const redirectUrl = 'http://localhost/redirect';
|
||||
const loginEndpointUrl = 'https://login.microsoftonline.com/';
|
||||
const clientId = 'aebc6443-996d-45c2-90f0-388ff96faa56';
|
||||
const tenant = 'organizations';
|
||||
|
||||
Reference in New Issue
Block a user