We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011bd15 commit 5ad5095Copy full SHA for 5ad5095
1 file changed
tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs
@@ -103,11 +103,8 @@ public async Task AcquireToken_ROPC_CCAasync()
103
104
ITokenAcquirer tokenAcquirer = tokenAcquirerFactory.GetTokenAcquirer(
105
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
- });
+ clientId: "9a192b78-6580-4f8a-aace-f36ffea4f7be",
+ clientCredentials: s_clientCredentials);
111
112
var user = ClaimsPrincipalFactory.FromUsernamePassword(labResponse.User.Upn, labResponse.User.GetOrFetchPassword());
113
0 commit comments