zulip/templates/zerver/google-error.md
Vishnu Ks cc91e6cb94 auth: Allow setting GOOGLE_OAUTH2_CLIENT_ID from dev-secrets.
This makes it much more convenient to use Google/GitHub authentication
in a Zulip development environment for testing; one only has to set it
up once.
2019-06-14 10:16:26 -07:00

629 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: {{ root_domain_uri }}/accounts/login/google/done/.

  • You have set {{ client_id_key_name }} in {{ settings_path }} and google_oauth2_client_secret in {{ secrets_path }}.

  • Navigate back to the login page and attempt the Google auth flow again.