Skip to content

Commit 5251ca1

Browse files
CopilotbgavrilMS
andcommitted
Update agentic test configuration values for new tenant
Co-authored-by: bgavrilMS <[email protected]>
1 parent b9138b0 commit 5251ca1

File tree

1 file changed

+4
-4
lines changed
  • tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests

1 file changed

+4
-4
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/Agentic.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ namespace Microsoft.Identity.Test.Integration.HeadlessTests
1616
[TestClass]
1717
public class Agentic
1818
{
19-
const string ClientId = "d15884b6-a447-4dd5-a5a5-a668c49f6300"; // agent app
20-
const string TenantId = "31a58c3b-ae9c-4448-9e8f-e9e143e800df";
21-
const string AgentIdentity = "d84da24a-2ea2-42b8-b5ab-8637ec208024";
22-
const string UserUpn = "aui1@msidlabtoint.onmicrosoft.com";
19+
const string ClientId = "aab5089d-e764-47e3-9f28-cc11c2513821"; // agent app
20+
const string TenantId = "10c419d4-4a50-45b2-aa4e-919fb84df24f";
21+
const string AgentIdentity = "ab18ca07-d139-4840-8b3b-4be9610c6ed5";
22+
const string UserUpn = "agentuser1@id4slab1.onmicrosoft.com";
2323
private const string TokenExchangeUrl = "api://AzureADTokenExchange/.default";
2424
private const string Scope = "https://graph.microsoft.com/.default";
2525

0 commit comments

Comments
 (0)