mirror of https://github.com/zulip/zulip.git
548 B
548 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 Google+ 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:
{{ server_uri }}/accounts/login/google/done/
. -
You have set
GOOGLE_OAUTH2_CLIENT_ID
in{{ settings_path }}
andgoogle_oauth2_client_secret
in{{ secrets_path }}
.