Skip to content

Commit

Permalink
Update lab request scope (#7155)
Browse files Browse the repository at this point in the history
Update lab client app token request scopes
  • Loading branch information
hectormmg committed Jun 10, 2024
1 parent 25aefea commit 5685c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/e2eTestUtils/src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const ENV_VARIABLES = {
};

export const LAB_API_ENDPOINT = "https://msidlab.com/api";
export const LAB_SCOPE = "https://msidlab.com/.default";
export const LAB_SCOPE = "https://request.msidlab.com/.default";

export const ParamKeys = {
AZURE_ENVIRONMENT: "azureenvironment",
Expand Down

0 comments on commit 5685c8c

Please sign in to comment.