LibUserManager: How to get a user's profile after authenticated?
Convertigo Public Knowledge base
LibUserManager: How to get a user's profile after authenticated?
A getAuthenticated user will only return the technical id of the current user. The profile information comes directly in the ‘out’ of the OAuth/OpenID as stated here :
OAuth / OpenID | Convertigo Documentation
As you see, this Action will return in the ‘out’ the follwing structure :
{'login':'ok','object':{...provider metadata ...}} // if the users starts a new session with Convertigo MBaaS server
{'token':'... OAuth token data ...'} // if a session has already been established with Convertigo MBaaS server.
So the object holds the provider data profile information . This will depend of the Provider. We suggest you use a JSON.strinfigy(out) to see what is in object so you can use the field you want.
, multiple selections available,
Related content
Basic/NTLM Authentication
Basic/NTLM Authentication
More like this
How to set up a Basic Authentication with the HTTP Connector?
How to set up a Basic Authentication with the HTTP Connector?
More like this
Baserow data not displaying without context authentication
Baserow data not displaying without context authentication
More like this
Get element or value from Identifier property
Get element or value from Identifier property
More like this
"Invalid token header. No token provided." or "USER NOT IN GROUP" error message in lib_baserow.
"Invalid token header. No token provided." or "USER NOT IN GROUP" error message in lib_baserow.
More like this
What is the 'Test platform' account in Administration Console useful for ?
What is the 'Test platform' account in Administration Console useful for ?
More like this
(c) Convertigo 2023 https://www.convertigo.com