Commit 2db74b25a428629632595b790aacafe3eeecb4a9

Authored by vzikratyi
1 parent ac055397

Removed 'name' from Github OAuth2 template

... ... @@ -8,7 +8,6 @@
8 8 "clientAuthenticationMethod": "BASIC",
9 9 "userNameAttributeName": "login",
10 10 "basic": {
11   - "lastNameAttributeKey": "name",
12 11 "tenantNameStrategy": "DOMAIN"
13 12 },
14 13 "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 <a href=\"https://docs.github.com/en/rest/reference/users#list-email-addresses-for-the-authenticated-user\">Github Documentation</a>",
... ...