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
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 06, 2:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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
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.