Skip to content

Commit

Permalink
Fixing the ROPC test that broke the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur committed Nov 8, 2024
1 parent 011bd15 commit 1bf9cc2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,8 @@ public async Task AcquireToken_ROPC_CCAasync()

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

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

Expand Down

0 comments on commit 1bf9cc2

Please sign in to comment.