Invalid Web Redirect URL Error with Sign In with Apple

Last Updated: Jul 25, 2025

Overview

This article explains the cause of an error that occurs when a user attempts to log in using the Sign in with Apple connection. After an attempt to sign in, the system returns the following error:

invalid_request Invalid web redirect url.

Applies To

  • Sign in with Apple

Cause

This error occurs for one of the following reasons:

  • An incorrect redirect Uniform Resource Identifier (URI) is configured in the Apple developer settings.
  • The App ID is used for the client_id value instead of the correct Services ID from Apple

Solution

To resolve this issue, verify the current configuration in the Apple developer portal.

  1. In Auth0 Dashboard > Authentication > Social > Apple, ensure the client_id used in the application settings is the Services ID from Apple, not the App ID.
  2. In Apple Developer Dashboard > Certificates > Identifiers & Profiles > Identifiers > App IDs > Select the identifier created for connection with Auth0. Confirm that the following redirect URI is included in the Apple configuration: https://<AUTH0_DOMAIN>/login/callback
1 Like