Posts

Post not yet marked as solved
1 Replies
945 Views
Our sign in flow works flawlessly on every browser except Safari on iOS13 and latest Safari on Catalina. It *only* breaks when the native Safari auth popup are involved.We follow the flow described in: https://developer.apple.com/documentation/signinwithapplejs/incorporating_sign_in_with_apple_into_other_platformsOnce you click on the sign in button on our web app no network requests are shown in Safari dev console, even if you cancel or attempt to sign in which makes it hard to debug what the issue is.Is there any more info I can provide ? (I'll configure wireshark or similar tomorrow and see requests if any are being made).When you click cancel the popup closes and returns to our web app (albeit in a broken state since never received a response). When you click sign in it fails and native pop-up remains open.
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.9k Views
I am following the instructions here https://developer.apple.com/documentation/signinwithapplejs/configuring_your_webpage_for_sign_in_with_appleWhen I use `response_mode=web_message` I cannot see the events being fired.I can see `AppleIDSignInOnFailure` being fired when I close the window (using the browsers 'X' button). I cannot see either `AppleIDSignInOnSuccess` or `AppleIDSignInOnFailure` fired when clicking `Cancel` or `Continue` on the pop-up.I am using Chrome for this testing.Is `usePopup` / `response_mode=web_message` ready for production use ?
Posted Last updated
.