mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	docs: Add auth backend configuration is optional.
Tweaked by tabbott to use slightly clearer language.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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).
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user