Browse Source

Removed 'name' from Github OAuth2 template

pull/3557/head
vzikratyi 6 years ago
parent
commit
2db74b25a4
  1. 1
      application/src/main/data/json/system/oauth2_config_templates/github_config.json

1
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 <a href=\"https://docs.github.com/en/rest/reference/users#list-email-addresses-for-the-authenticated-user\">Github Documentation</a>",

Loading…
Cancel
Save