Skip to content

Commit 3df6ec5

Browse files
CopilotbgavrilMS
andcommitted
Update agent identity coordinates in Agentic tests after deauth
Co-authored-by: bgavrilMS <[email protected]>
1 parent bef302a commit 3df6ec5

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
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

0 commit comments

Comments
 (0)