iOS 上 SSO 站点从 Gmail 应用跳转至 Safari 时出现过多重定向(邮件链接)

有人也能在 iOS 的 Gmail 应用中点击邮件里的“查看主题”时复现“Safari 无法打开页面,因为发生了过多的重定向”错误吗?

在 Apple Mail 中阅读邮件并在移动 Safari 中打开链接则不会出现此问题。

I can’t reproduce it. Note also that the Gmail app doesn’t open Safari, it opens a SafariViewController instance within the app. Does the site you’re getting this error on use SSO by any chance?

It does not reproduce here on meta - I tried it with your reply, Penar.

Yes, logins are controlled with SSO (Wordpress).

Changing how links are handled to Gmail app -> mobile Chrome app did not change the result - I still get the error: ERR_TOO_MANY_REDIRECTS.

Isn’t this a duplicate of SSO redirect loop with Lax cookies, but only for my IPhone?! ?

Try changing the same site cookies setting.

Changing same site cookies to Disabled fixes the issue - thanks.