Appearance
Sign in with provider (Supabase)
Use this action to sign in with a social provider (like Google or GitHub) that you have enabled in Supabase.
Add the action
- Create (or open) an
Interfaceworkflow. - Click
Add an action. - Select
From Authentication→Sign in with Provider. - Select the Supabase
Connectionyou want to use.
Configure the action
- Provider: The provider consent screen you want to show (for example
google).
Advanced
- Redirect URL: Where the user should land after they finish signing in.
- Scopes: Optional extra permissions to request from the provider (space-separated).
- Query parameters: Optional extra settings for the provider.
Common pitfalls
Redirect URL doesn’t match your allowed URLs
Most providers require you to allow the exact redirect URL in their dashboard. If sign in fails, double-check the allowed redirect URLs in your provider settings.

