File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
adminforth/documentation/docs/tutorial/07-Plugins Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -377,4 +377,16 @@ plugins: [
377377
378378This field will be automatically filled with the name that the provider returns, if this field was empty.
379379
380- > ☝️Not all providers return full name or even if they do, there is no guarantee that they will be correct
380+ > ☝️Not all providers return full name or even if they do, there is no guarantee that they will be correct
381+
382+ > Google Adapter: returns fullName, but if there is no last name - it will return only first name
383+
384+ > Facebook: returns fullName
385+
386+ > Github: returns name or fullName (depends of what user added in name field)
387+
388+ > Keycloak: returns fullName
389+
390+ > Microsoft: returns fullName
391+
392+ > Twitch: return only users display name
You can’t perform that action at this time.
0 commit comments