Add .NET 11 Passkeys sample - #776
Merged
jfversluis merged 3 commits intoAug 11, 2026
Merged
Conversation
This was referenced Aug 6, 2026
davidortinau
force-pushed
the
davidortinau-preview-7-passkeys-sample
branch
2 times, most recently
from
August 11, 2026 15:55
6fecfb7 to
d6fb262
Compare
davidortinau
force-pushed
the
davidortinau-preview-7-passkeys-sample
branch
from
August 11, 2026 18:05
d6fb262 to
56c0fb3
Compare
Merged
davidortinau
force-pushed
the
davidortinau-preview-7-passkeys-sample
branch
from
August 11, 2026 19:01
56c0fb3 to
326c814
Compare
davidortinau
marked this pull request as ready for review
August 11, 2026 19:23
davidortinau
marked this pull request as draft
August 11, 2026 19:23
Add a native MAUI client, ASP.NET Core relying-party server, and local-only cross-platform trust setup adapted from the Preview 7 implementation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Retain default cross-origin rejection when extending native origin validation, use an unmistakable Apple team placeholder, and reuse the generated application ID across setup reruns. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Remove the unnecessary keychain access group from the base iOS entitlements and keep local Associated Domains generation working with an empty plist dictionary.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
davidortinau
force-pushed
the
davidortinau-preview-7-passkeys-sample
branch
from
August 11, 2026 19:27
a1e1fd3 to
0c653fd
Compare
davidortinau
marked this pull request as ready for review
August 11, 2026 19:34
Contributor
Author
|
@jfversluis Final release-day sample is green on macOS and Windows at |
Contributor
Author
|
@conceptdev Release-day final dependency: #776 is green on macOS/Windows, current with main, and the Passkeys docs are already published. If available, please review and merge. |
jfversluis
approved these changes
Aug 11, 2026
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.
Summary
Dependency
#775 merged the .NET 11 Preview 7 SDK and MAUI sample baseline. #778 pinned PR CI to the exact
11.0.100-preview.7.26381.103SDK. #779 updated shared CI to Xcode 26.6, as required by the Preview 7 iOS and Mac Catalyst workloads. This branch is rebased onto those changes and the latest upstream main.Validation
Final CI status
All required Preview 7 packages are public on NuGet.org. After #778 and #779 fixed the shared SDK and Xcode setup, CI exposed an unnecessary committed iOS
keychain-access-groupsentitlement. That made the hosted iOS Simulator build require a real Apple signing certificate. The base iOS plist is now empty, because the Passkeys API does not need that keychain group;Configure-Passkeys.ps1still generates the ignored local Associated Domains entitlement for configured Apple builds.The entitlement-fix run 31527010567 passed macOS, Windows, and CLA. The final ancestry-only rebase onto current main was proven byte-for-byte unchanged, and fresh run 31527938252 passed macOS and Windows. The PR is ready for review.