Jazz Authentication (LTPA2, JAZZ_AUTH_TOKEN, OAUTH, Request Token)
I've found the jazz cookies when authenticating as a client through code contain several parameters, including a request token, a JAZZ_AUTH_TOKEN, a ltpa2 key, an ouath public key, and an ouath secret key... Is there a formal document that outlines how these are all used, and what are required for a POST request? I've hard coded all of them, but it would be good to understand the terms better.
Thanks
One answer
You do not want to hardcode any cookie handling, you want to use the session handling of your framework to deal with the cookies. See https://html.com/resources/cookies-ultimate-guide/
With respect to ELM authentication, see
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 06 '23, 3:58 a.m.As Ralph says, you should never hardcode anything to do with cookies - your browser/client will be sent them as needed by ELM and should present them on subsequent requests.