Returns an array with the additional user data that comes from a third party security provider like Active Directory, OpenID or SAML.
Syntax
Security.rawUserData()
Arguments
No arguments.
Return value
Returns an array with the additional user data that comes from a third party security provider like Active Directory, OpenID or SAML.
Example
This example shows how to output the additional user data:
XVar userData = Security.rawUserData();
MVCFunctions.print_r(userData);
Sample output
{"ID":1,"username":"admin","password":"admin","email":"no","fullname":"John","groupid":null}
See also:
•Security screen: Security settings