Skip to content

Commit 1a3cea9

Browse files
committed
tmp
1 parent 13294f2 commit 1a3cea9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/authentication/armAuthenticator.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Utils } from "../utils";
33
import { 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
77
const scopes = ["https://management.azure.com/user_impersonation"];
88

99
export 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

0 commit comments

Comments
 (0)