Apple Sign In (web)
Status: Apple accepts this client_id + Return URL. Web sign-in should work.
Why iOS works but web doesn’t: iOS uses App ID com.simsportsnet.app. Web needs a separate Services ID.
Create in Apple Developer
- Identifiers → Services IDs → +
- Identifier (exact): com.simsportsnet.app.web
- Enable Sign in with Apple → Configure
- Primary App ID: com.simsportsnet.app (Team HRX5GC5CT3)
- Domain: simsportsnet.com
- Return URLs (each on its own line, include https://):
- https://simsportsnet.com/app/v2/auth-callback.php
- https://simsportsnet.com/oauth/mobile/apple_callback.php
- Save. If URLs won’t stick, delete the Services ID and create again.