Forum Discussion
AdamN
6 years agoKhoros Alumni (Retired)
Hi pp_01 , it looks like your value might be HTML escaped rather than base 64 encoded. Can you tell more about where this SSO ID value is coming from? Are you retrieving it from the REST API, or query parameter, or somewhere else?
There's no utility to un-escape, but if it's just the @ symbol giving you trouble you could maybe try just a simple ?replace("@","@") on the variable.