Skip to content

Commit 5ad5095

Browse files
authored
Fixing the ROPC test that broke the build (#3133)
1 parent 011bd15 commit 5ad5095

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@ public async Task AcquireToken_ROPC_CCAasync()
103103

104104
ITokenAcquirer tokenAcquirer = tokenAcquirerFactory.GetTokenAcquirer(
105105
authority: "https://login.microsoftonline.com/organizations",
106-
clientId: "88f91eac-c606-4c67-a0e2-a5e8a186854f",
107-
clientCredentials: new[]
108-
{
109-
CertificateDescription.FromStoreWithDistinguishedName("CN=LabAuth.MSIDLab.com")
110-
});
106+
clientId: "9a192b78-6580-4f8a-aace-f36ffea4f7be",
107+
clientCredentials: s_clientCredentials);
111108

112109
var user = ClaimsPrincipalFactory.FromUsernamePassword(labResponse.User.Upn, labResponse.User.GetOrFetchPassword());
113110

0 commit comments

Comments
 (0)