I saw the LTPA token contains the following: "... token expiration time, the user identity (usually the LDAP distinguished name), and a digital signature. The signature covers the user data collection (the user identity plus any optional key-value pairs), security context of the authenticated user (the token server issuer’s name and address, expiration, SPNEGO status, and so forth).
I'm interested in the user data collection where it mentioned the use of key-value pairs. I wanted to know does this mean the one generating the token can include any data by using name value pairs (eg: mydata1=12345678, mydata2=abcdefg ). If it can be, then I would further assume the receiver of this LTPA token can also get the mydata1 and mydata2 value by using some LDAP API?