Forum Discussion
DougS
11 years agoKhoros Oracle
You can add any standard or custom user profile setting to a Lithium SSO token and have it set that user profile field. The SSO client documentation should tell you how you can add custom user profile fields via the SSO client library you are using (look for the section in the SSO Client Guide that is titled "Sample 3: Pass optional parameters using a hashmap (Java, .NET) or
an array (PHP)").
You can access any user profile field that has been set for a user with one of these calls (the first one only gives you profile fields that start with "custom.", "custom_tokenized.", or "profile."):
And this calls can be made to see if a caller is allowed to view a user profile field (coorisponds with the first call above only):
Related Content
- 7 years ago