Testing Sign-in with Apple in your local development environment
Apple won’t accept localhost callback URLs for Sign in with Apple, which makes local debugging painful. Matt Goldman shares a practical workaround using a hosts file entry and a self-signed certificate with the correct SAN configuration.
The post also calls out a couple of Apple quirks that make local testing especially valuable (like profile claims only being returned once).