I have a use-case where I need to get the sso session token for a given user_token or identity_token.
I was hoping that there would be an api endpoint for this, but it does not look like that is the case. I know I can list all sessions using /sso/sessions.json, but I would really rather not have to iterate over all the sso sessions in order to find just one.
Answers