File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Utils } from "../utils";
33import { IAuthenticator , AccessToken } from "." ;
44
55
6- const aadClientId = "4c6edb5e-d0fb-4ca1-ac29-8c181c1a9522 " ; // test app
6+ const aadClientId = "73a510c3-9946-46dd-b5ae-a8f0ae68fd04 " ; // test app
77const scopes = [ "https://management.azure.com/user_impersonation" ] ;
88
99export class ArmAuthenticator implements IAuthenticator {
@@ -14,7 +14,8 @@ export class ArmAuthenticator implements IAuthenticator {
1414 const msalConfig : Msal . Configuration = {
1515 auth : {
1616 clientId : aadClientId ,
17- authority : "https://login.windows-ppe.net/common"
17+ authority : "https://login.microsoftonline.com/common" ,
18+ redirectUri : "https://apimanagement-cors-proxy-df.azure-api.net/portal/signin-aad" ,
1819 }
1920 } ;
2021
You can’t perform that action at this time.
0 commit comments