Social Login Compliance: Apple requires "Sign in with Apple" if we offer Google/Facebook

  • Social Login Compliance: Apple requires “Sign in with Apple” if we offer Google/Facebook.

    • Issues: Shopify accounts don’t support “Sign in with Apple,” and the standard Google Login button breaks inside a WebView (User Agent 403 error).

    • Question: How do we resolve the Google User Agent error and implement “Sign in with Apple” on a standard Shopify theme to meet App Store parity rules?

  • Silent SSO (Accounts 2.0): We need to log the App user into the Web Store silently. Multipass is not supported on New Customer Accounts (2.0).

    • Constraint: We are aware of the custom OIDC option, but that replaces the native Shopify login entirely. We want to keep the standard login for web users while silently authenticating app users.

Question: What is the architectural pattern to achieve silent SSO into Accounts 2.0 without replacing the native login experience?