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:
$userData = Security::rawUserData();
print_r($userData );
Sample output
Array
(
[ID] => 1
[username] => admin
[password] => admin
[email] => no
[fullname] => John
)
See also:
•Security screen: Security settings