File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments