[WebAuthn] Return attachment=cross-platform for security key creates/assertions#50796
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Sep 17, 2025
Conversation
Collaborator
|
EWS run on previous version of this PR (hash d867e8e) Details |
charliewolfe
approved these changes
Sep 16, 2025
d867e8e to
fc0d21f
Compare
Collaborator
|
EWS run on current version of this PR (hash fc0d21f) Details
|
…assertions rdar://156414985 https://bugs.webkit.org/show_bug.cgi?id=298932 Reviewed by Charlie Wolfe. Whenever we switched over to using AuthenticationServices API, we stopped setting attachment=cross-platform for security key requests. This patch fixes that. Unfortunately we cannot presently test the path that this change takes. We should be able to once we extend AuthenticationServices testing framework to set a mock configuration from within the AuthenticationServicesAgent process. That work is represented by https://bugs.webkit.org/show_bug.cgi?id=298932. * Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm: (WebKit::fromASAuthorizationPublicKeyCredentialAttachment): (WebKit::WebAuthenticatorCoordinatorProxy::performRequest): Canonical link: https://commits.webkit.org/300084@main
fc0d21f to
93c6967
Compare
Collaborator
|
Committed 300084@main (93c6967): https://commits.webkit.org/300084@main Reviewed commits have been landed. Closing PR #50796 and removing active labels. |
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.
93c6967
fc0d21f