From 2db74b25a428629632595b790aacafe3eeecb4a9 Mon Sep 17 00:00:00 2001 From: vzikratyi Date: Fri, 9 Oct 2020 10:37:28 +0300 Subject: [PATCH] Removed 'name' from Github OAuth2 template --- .../data/json/system/oauth2_config_templates/github_config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/application/src/main/data/json/system/oauth2_config_templates/github_config.json b/application/src/main/data/json/system/oauth2_config_templates/github_config.json index fff9fcf3a1..6c3a51723f 100644 --- a/application/src/main/data/json/system/oauth2_config_templates/github_config.json +++ b/application/src/main/data/json/system/oauth2_config_templates/github_config.json @@ -8,7 +8,6 @@ "clientAuthenticationMethod": "BASIC", "userNameAttributeName": "login", "basic": { - "lastNameAttributeKey": "name", "tenantNameStrategy": "DOMAIN" }, "comment": "In order to log into ThingsBoard you need to have user's email. You may configure and use Custom OAuth2 Mapper to get email information. Please refer to Github Documentation",