We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da79612 commit 7bc78f6Copy full SHA for 7bc78f6
1 file changed
adminforth/documentation/docs/tutorial/07-Plugins/11-oauth.md
@@ -377,4 +377,16 @@ plugins: [
377
378
This field will be automatically filled with the name that the provider returns, if this field was empty.
379
380
-> ☝️Not all providers return full name or even if they do, there is no guarantee that they will be correct
+> ☝️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
0 commit comments