Appearance
Return
Enable Google sign in (SSO)
Let users sign in with Google and test the flow in your app.
Steps at a glance ​
- Create a Google OAuth app in the Google Cloud Console.
- Add your redirect URL from WeWeb.
- Paste the client ID and client secret into WeWeb.
- Test sign in from your interface.
1) Create a Google OAuth app ​
- Open the Google Cloud Console.
- Create (or select) a project.
- Create OAuth credentials and note the
Client IDandClient secret.
2) Add redirect URLs ​
- In WeWeb, open
Data & API → Auth → Integrating providers. - Select
Google. - Copy the redirect URL shown in WeWeb.
- Paste it into the Google OAuth app’s allowed redirect URLs.
3) Connect Google in WeWeb ​
- In WeWeb, enable the Google provider.
- Paste the
Client IDandClient secret. - Save your changes.
4) Test sign in ​
- In your interface, trigger
Sign in with social providerand chooseGoogle. - Sign in with a test Google account.
- Confirm the user is authenticated in your app.
Common pitfalls ​
Redirect URL mismatch ​
- Copy the exact redirect URL from WeWeb and paste it into Google.

