Forum Discussion

sylvain_mouquet's avatar
13 years ago

What is difference between id, sso_id and uniqueId ?

Hi,   When i generate the SSO token, i set uniqueId value. Lithium generate a new id for this user. I get this result : uniqueId : 99999 id : 52300 sso_id : not defined   i can access to this...
  • AdamN's avatar
    13 years ago

    The uniqueId referenced in the SSO documentation should be the user's SSO ID. They're different names for the same thing. 

     

    You should be able to look up a user via the ssoid/uniqueId using the REST API method you mentioned:

    /users/sso_id/...

     

    The id is a numeric value assigned to the user by the community application when the account is created. It's how users are typically referenced in the community application.