Native Sign-in with Apple ID Fails with "Sign-up not completed"
This article explains why the native iOS sign-in process with an Apple ID fails after an initial successful login. The subsequent sign-in attempt results in the following error:
Sign-up not completed
This article discusses the cause of this issue and provides resolution steps.
- Apple Social Login
- iOS
The error occurs because of a configuration mismatch between the settings in Apple and the Auth0 connection.
To resolve this issue, verify the connection settings between Apple and Auth0.
-
Verify that the Client ID and Client Secret saved in the Auth0 connection match the credentials provided by Apple.
-
Confirm that the Callback URL and domain are correctly configured on the Apple developer portal.
-
NOTE: If a Custom Domain is used in production, ensure it is registered in the Apple configuration. A mismatch can occur if the configuration still points to the default Auth0 domain used during development.
-
-
Ensure the Apple connection is enabled for the correct Auth0 Application.
-
In the Auth0 dashboard, go to Authentication > Social.
-
Select Apple.
-
Select the Connections tab.
-
Enable the connection for the application tied to the iOS app.
-