It's all about the answers!

Ask a question

Jazz Authentication (LTPA2, JAZZ_AUTH_TOKEN, OAUTH, Request Token)


Philip Gates (216) | asked Mar 05 '23, 8:38 p.m.
edited Mar 05 '23, 8:40 p.m.

 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


Comments
Ian Barnard commented Mar 06 '23, 3:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Mar 06 '23, 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




Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.