2017-08-17 11:49:19 +02:00
|
|
|
You are using the **Google auth backend**, but it is not properly
|
|
|
|
configured. Please check the following:
|
|
|
|
|
2019-02-02 16:51:26 +01:00
|
|
|
* You have created a Google Oauth2 client and enabled the Identity Toolkit API.
|
2017-08-17 11:49:19 +02:00
|
|
|
You can create OAuth2 apps at [the Google developer console](https://console.developers.google.com).
|
|
|
|
|
|
|
|
* You have configured your OAuth2 client to allow redirects to your
|
2019-12-22 00:49:30 +01:00
|
|
|
server's Google auth URL: `{{ root_domain_uri }}/complete/google/`.
|
2017-08-17 11:49:19 +02:00
|
|
|
|
2019-06-13 21:30:55 +02:00
|
|
|
* You have set `{{ client_id_key_name }}` in `{{ settings_path }}` and
|
2019-02-02 16:51:26 +01:00
|
|
|
`social_auth_google_secret` in `{{ secrets_path }}`.
|
2017-08-28 19:31:48 +02:00
|
|
|
|
|
|
|
* Navigate back to the login page and attempt the Google auth flow again.
|