summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/config/config.json b/config/config.json
index 8f1bea3ca..22d500c3e 100644
--- a/config/config.json
+++ b/config/config.json
@@ -142,10 +142,19 @@
"Enable": false,
"Secret": "",
"Id": "",
- "Scope": "",
- "AuthEndpoint": "",
- "TokenEndpoint": "",
- "UserApiEndpoint": ""
+ "Scope": "profile email",
+ "AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
+ "TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token",
+ "UserApiEndpoint": "https://www.googleapis.com/plus/v1/people/me"
+ },
+ "Office365Settings": {
+ "Enable": false,
+ "Secret": "",
+ "Id": "",
+ "Scope": "User.Read",
+ "AuthEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
+ "TokenEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token",
+ "UserApiEndpoint": "https://graph.microsoft.com/v1.0/me"
},
"LdapSettings": {
"Enable": false,
@@ -201,4 +210,4 @@
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"
}
-} \ No newline at end of file
+}