Search results for

ASWebAuthenticationSession cookie

1,295 results found

Post

Replies

Boosts

Views

Activity

Reply to Safari 16.4 seems to lose session cookies on asset requests or javascript fetches.
We have a similar issue with Safari on iPad running version 16.4 (other versions untested) but yet be able to further debug as we have no MacBook at hand right now. But navigating will hang our page and redirect to login after refresh. So it seems to be a session cookie related regression. Deleting Safari website data resets and/or restarts the cycle. Private browsing in Safari or switching to Chrome or Edge is helping for now. Our issue still holds true with Safari on iPad running version 16.5 but behavior slightly changed. Navigating continues to hang our page but there is no redirect to login after refresh. Private browsing in Safari and latest Chrome or Edge still working without problems.
Topic: Safari & Web SubTopic: General Tags:
May ’23
Reply to Safari 16.4 seems to lose session cookies on asset requests or javascript fetches.
I am developing a website. In the process we startet with Safari 16.3 and the cookie consent solution worked fine. Since I upgraded my computer to Ventura 13.3.1 and Safari 16.4 the cookie-banner, appears as a modal as expected, but nothing in the pref-field can be clicked or selected. When trying to click something the whole modal closes. Since the cookie consent solution also works based on cookies, I believe that the issues you have experienced cause the problem. Additionally on the website script based functions are corrupted or not loading. In other browsers such as Chrome (Version 113.0.5672.92) everything works fine. Also in Safari 16.3. I am developing within webflow [https://webflow.com) The cookie-consent-solution I am using is finsweet [https://finsweet.com/cookie-consent) Hopefully, the developers from Safari have a look into this as soon as possible!
Topic: Safari & Web SubTopic: General Tags:
May ’23
Reply to Apple Authentication not working
I am also experiencing while trying to log in to my Apple Developer account. Whenever I try to log in, I receive an error message that reads, We cannot process your request. Please try again later. I have tried troubleshooting the issue by checking my internet connection, clearing my browser cache and cookies, and trying a different browser. However, the issue persists.
Topic: App & System Services SubTopic: General Tags:
May ’23
Issues implementing ASWebAuthenticationPresentationContextProviding with Xcode 14
Trying to implement a type that conforms to ASWebAuthenticationPresentationContextProviding. This is now causing errors with Xcode 14. With the following implementation: final class PresentationContextProvider: NSObject, ASWebAuthenticationPresentationContextProviding { func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor { return ASPresentationAnchor() } } I get this compilation error: Call to main actor-isolated initializer 'init()' in a synchronous nonisolated context So I can annotate the class or method with @MainActor, but then I get this warning: Main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement Is there a way to fix this?
2
0
3.0k
May ’23
Reply to TestFlight Unavailable
@Shawzborne, who did you speak with @ Apple and what did they say? Has anyone else reached out? Judging by the relative lack of mentions online, doesn't seem widespread... According to the coinciding console logs, it seems it may be some sort of authentication bug: error 03:28:57.510123+0300 TestFlight AMSAbsinthe: [3822C21C] No bag provided. Defaulting to skipping Absinthe signing. error 03:28:58.114276+0300 TestFlight RP(0x282845a60) URL=https://testflight.apple.com/v1/session/authenticate; code=400; Headers={ Connection = close; Content-Length = 169; Content-Type = application/json;charset=utf-8; Date = Sat, 22 Apr 2023 00:28:58 GMT; Server = daiquiri/3.0.0; Set-Cookie = dc=mr;Version=1;Domain=.itunes.apple.com;Path=/;Max-Age=86400; Strict-Transport-Security = max-age=31536000; includeSubDomains; preload; X-Apple-Jingle-Correlation-Key = OUO35BHL6WPDECX6AWAY7S5KRE; X-Content-Security-Policy = script-src 'self' *.apple.com; X-Content-Type-Options = nosniff; X-XSS-Protection = 1; mode=block; x-daiqu
Apr ’23
Reply to Safari 16.4 seems to lose session cookies on asset requests or javascript fetches.
I'm having a very similar issue with an instance of Discourse I maintain. Multiple users report being intermittently & randomly. signed out after upgrading to Safari 16.4. Occasionally, requests to my site from Safari 16.4 fail to send a user's session token cookie, despite it being present in Safari's storage. This results in my server seeing that missing cookie and correcting the mistake by signing the user out. This does not happen on every request, but it's always the same cookie that gets dropped. The main difference b/t our cases is that my cookie is not a session cookie, it has an expire time of 365 days.
Topic: Safari & Web SubTopic: General Tags:
Apr ’23
Reply to Safari 16.4 seems to lose session cookies on asset requests or javascript fetches.
The problem only occurs with Safari on iPad/MacBook running version 16.4, 16.4.1, or 16.5 beta. The problem cannot be reproduced using Chrome on iPad. Furthermore, the problem does not occur with private browsing in Safari. We have a similar issue with Safari on iPad running version 16.4 (other versions untested) but yet be able to further debug as we have no MacBook at hand right now. But navigating will hang our page and redirect to login after refresh. So it seems to be a session cookie related regression. Deleting Safari website data resets and/or restarts the cycle. Private browsing in Safari or switching to Chrome or Edge is helping for now. I will try to get more details on the issue using a MacBook as soon as possible.
Topic: Safari & Web SubTopic: General Tags:
Apr ’23
ASWebAuthenticationSession Save Password Dialogue
In developing OPENID / OAuth type web authentication for native apps, I am looking for confirmation that Apple iOS supports Save Password dialogue on the sign-in that occurs in the browser within the ASWebAuthenticationSession webview. Noting that both ASWebAuthentication Session and SFSafariViewController support isolated browser privacy with regards to the app, it should not (theoretically) necessitate domain trust between the App and the domain of the current AS/SF webview as it once did with wkWebViews. Can anyone confirm that Keychain's Save Password dialogue DOES fire on either/both ASWebAuthenticationSession and SFSafariViewController?
1
0
994
Apr ’23