[Webkit-unassigned] [Bug 262230] New: [visionOS] Sign in with Apple window not anchored to the host app

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 17:37:29 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262230

            Bug ID: 262230
           Summary: [visionOS] Sign in with Apple window not anchored to
                    the host app
           Product: WebKit
           Version: Safari 17
          Hardware: Vision Pro
                OS: visionOS
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanfuller at apple.com

The SiwA sheet is presented in unexpected places from a bincompat app using web
authentication. This is due to an incorrect bundle identifier, but the preferred
method is specifying a scene identifier to anchor to.

AuthKit has made changes to accept a callerSceneIndetifier from the auth request
(ASAuthorizationProviderExtensionAuthorizationRequest). So we need to return the
correct sceneID. WebKit (in SOAuthorizationSession) is responsible for firing
off the request, which is actually an SOAuthorizationRequest. Later, AuthKit
wraps this request in the AS..AuthorizationRequest.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230928/49011beb/attachment.htm>


More information about the webkit-unassigned mailing list