apps/docs/content/_partials/social_provider_setup.mdx
The next step requires a callback URL, which looks like this: https://<project-ref>.supabase.co/auth/v1/callback
Authentication icon in the left sidebarSign In / Providers under the Configuration sectionCopy to copy it to the clipboardWhen testing OAuth locally with the Supabase CLI, ensure your OAuth provider is configured with the local Supabase Auth callback URL:
http://localhost:54321/auth/v1/callback
If this callback URL is missing or misconfigured, OAuth sign-in may fail or not redirect correctly during local development.
See the local development docs for more details.
For testing OAuth locally with the Supabase CLI see the local development docs.
</Admonition>