docs: Add auth backend configuration is optional.

Tweaked by tabbott to use slightly clearer language.
This commit is contained in:
sushant52
2020-12-11 23:40:23 +05:30
committed by Tim Abbott
parent 7b2f16bc5c
commit 9393371a94
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
You are using the **Apple auth backend**, but it is not
properly configured. Please check the following:
You are attempting to use the **Apple auth backend**, but it is not
properly configured. To configure, please check the following:
* You have registered `{{ root_domain_uri }}/complete/apple/`
as the callback URL for your Services ID in Apple's developer console. You can

View File

@@ -1,7 +1,7 @@
You are using the **GitHub auth backend**, but it is not properly
configured. Please check the following:
You are attempting to use the **GitHub auth backend**, but it is not
properly configured. To configure, please check the following:
You have added `{{ root_domain_uri }}/complete/github/` as the callback URL
* You have added `{{ root_domain_uri }}/complete/github/` as the callback URL
in the OAuth application in GitHub. You can create OAuth apps from
[GitHub's developer site](https://github.com/settings/developers).

View File

@@ -1,5 +1,5 @@
You are using the **GitLab auth backend**, but it is not properly
configured. Please check the following:
You are attempting to use the **GitLab auth backend**, but it is not
properly configured. To configure, please check the following:
* You have added `{{ root_domain_uri }}/complete/gitlab/` as the callback
URL in the OAuth application in GitLab. You can register OAuth apps at

View File

@@ -1,5 +1,5 @@
You are using the **Google auth backend**, but it is not properly
configured. Please check the following:
You are attempting to use the **Google auth backend**, but it is not
properly configured. To configure, 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](https://console.developers.google.com).