Add a user context variable

Is it possible to add a user context/session variable based on a active directory field when a user logs into content explorer in a system configured to use AD for user authentication?

You can expose directory attributes when configuring the Directory in the Server Administrator client. Then you can access this as a user context variable as PSXUserContext/user/attributes/<attributename> where “<attributename>” is the name of the attribute you’ve exposed.

Cool thanks for this

I made a poor choice of some characters in my previous posting. What I meant to say was something more like:

PSXUserContext/user/attributes/[ATTR_NAME] where “[ATTR_NAME]” is the actual attribute name you wish to access the value of.

I hope this is more clear.

Yes that is clear. So we choose the attributes we want to add to the user attributes when setting up our Active Directory connection to Rhythmyx?

Yes, that is correct.