Fix remote E2E token endpoint authentication#5681
Open
mikaelweave wants to merge 3 commits into
Open
Conversation
mikaelweave
force-pushed
the
personal/mikaelw/fix-paas-auth-e2e-test-token-endpoint
branch
from
July 16, 2026 02:05
c742da8 to
351ede4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5681 +/- ##
==========================================
+ Coverage 77.51% 77.66% +0.15%
==========================================
Files 1005 1005
Lines 36943 36958 +15
Branches 5601 5607 +6
==========================================
+ Hits 28635 28704 +69
+ Misses 6948 6895 -53
+ Partials 1360 1359 -1 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 70fa91e1-d917-4ba3-990f-f731b36e3f55
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 70fa91e1-d917-4ba3-990f-f731b36e3f55
mikaelweave
force-pushed
the
personal/mikaelw/fix-paas-auth-e2e-test-token-endpoint
branch
2 times, most recently
from
July 16, 2026 22:07
1363f53 to
88655a0
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 70fa91e1-d917-4ba3-990f-f731b36e3f55
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 5681 in repo microsoft/fhir-server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Uses the in-process server's configured authority for standard client-credential tokens and requires remote E2E tests to provide
TestTokenEndpoint. SMART metadata endpoints remain available to dedicated callers.Related issues
AB#198445
Testing
dotnet test test/Microsoft.Health.Fhir.R4.Tests.E2E/Microsoft.Health.Fhir.R4.Tests.E2E.csproj -f net10.0 --no-restore -- --filter "FullyQualifiedName~TestFhirServerAuthenticationTests"FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)