File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests Expand file tree Collapse file tree 1 file changed +3
-3
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
19+ const string ClientId = "d05619c9-dbf2-4e60-95fd-cc75dd0db451 " ; // agent app
2020 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" ;
21+ const string AgentIdentity = "edbfbbe7-d240-40dd-aee2-435201dbaa9c " ;
22+ const string UserUpn = "agentuser1 @msidlabtoint.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