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",