Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 3, 2025

Update agent identity coordinates in E2E tests after deauth

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Replace deauthorized test app coordinates with new authorized credentials.

Description

The previous test app was deauthorized. Updated five E2E test files with new credentials:

Updated values:

  • BlueprintID: d05619c9-dbf2-4e60-95fd-cc75dd0db451
  • Agent ID: edbfbbe7-d240-40dd-aee2-435201dbaa9c
  • Agent user UPN: [email protected]
  • Agent user OID: 03d648e4-2e01-4dfb-b21d-81eb678fbcf4

Unchanged:

  • Tenant ID: 31a58c3b-ae9c-4448-9e8f-e9e143e800df
  • Certificate: CN=LabAuth.MSIDLab.com

Files modified:

  • tests/E2E Tests/AgentApplications/AgentUserIdentityTestscs.cs
  • tests/E2E Tests/AgentApplications/AutonomousAgentTests.cs
  • tests/E2E Tests/AgentApplications/GetFicAsyncTests.cs
  • tests/E2E Tests/Sidecar.Tests/SidecarEndpointsE2ETests.cs
  • tests/E2E Tests/Sidecar.Tests/SidecarApiFactory.cs
Original prompt

This section details on the original issue you should resolve

<issue_title>Update agent identity coordinates E2E tests after deauth</issue_title>
<issue_description>Due to deauth:
Update the test agent app coordinates and credentials used in the Entra ID agent ID end-to-end tests. The current test app has been deauthorized—please replace with the following values:

  • Tenant: 31a58c3b-ae9c-4448-9e8f-e9e143e800df
  • BlueprintID: d05619c9-dbf2-4e60-95fd-cc75dd0db451
  • Agent ID: edbfbbe7-d240-40dd-aee2-435201dbaa9c
  • Agent user UPN: [email protected]. com
  • Agent user OID: 03d648e4-2e01-4dfb-b21d-81eb678fbcf4
  • Certificate remains the same (CN=LabAuth.MSIDLab.com)
  • No changes to ServiceCollection or csproj/project setup

Files to update:

  • tests/E2E Tests/AgentApplications/AgentUserIdentityTestscs. cs
  • tests/E2E Tests/AgentApplications/AutonomousAgentTests.cs
  • tests/E2E Tests/AgentApplications/GetFicAsyncTests.cs

Confidence: High (executing unless you object)

Next step after updating this issue is to prepare the complete code diff or implementation issue before making branch changes, referencing this updated context. </issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update agent identity coordinates in E2E tests Update agent identity coordinates in E2E tests after deauth Dec 3, 2025
Copilot AI requested a review from jmprieur December 3, 2025 22:30
Copy link
Collaborator

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot. This is a great start.
There are a few more to fix under Tests\E2E Tests\SideCar.Tests.

Copy link
Contributor Author

Copilot AI commented Dec 4, 2025

@copilot. This is a great start.
There are a few more to fix under Tests\E2E Tests\SideCar.Tests.

Updated the Sidecar.Tests files with the new agent identity coordinates. Changes applied to SidecarEndpointsE2ETests.cs and SidecarApiFactory.cs in commit 940e590.

Copilot AI requested a review from jmprieur December 4, 2025 02:17
@jmprieur jmprieur marked this pull request as ready for review December 4, 2025 03:05
@jmprieur jmprieur requested a review from a team as a code owner December 4, 2025 03:05
@jmprieur jmprieur merged commit 2f87a89 into master Dec 4, 2025
8 checks passed
@jmprieur jmprieur deleted the copilot/update-e2e-test-identity-coordinates branch December 4, 2025 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update agent identity coordinates E2E tests after deauth

3 participants