mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
The required URI was changed in #11450. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
625 B
625 B
You are using the Google auth backend, but it is not properly configured. Please check the following:
-
You have created a Google Oauth2 client and enabled the Identity Toolkit API. You can create OAuth2 apps at the Google developer console.
-
You have configured your OAuth2 client to allow redirects to your server's Google auth URL:
{{ root_domain_uri }}/complete/google/. -
You have set
{{ client_id_key_name }}in{{ settings_path }}andsocial_auth_google_secretin{{ secrets_path }}. -
Navigate back to the login page and attempt the Google auth flow again.