Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes

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.



One answer

Permanent link

 

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




1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,935
× 7,494
× 1,324
× 158

Question asked: Mar 05 '23, 8:38 p.m.

Question was seen: 1,255 times

Last updated: Mar 06 '23, 3:58 a.m.

Related questions
Confirmation Cancel Confirm