Hello Team,
I had done some research and found the below details,
To authenticate the Crowd + Jira environment using cookie based authentication i need to have cookie.token_key & JSEESIONID token.
My main goal is use the cookies to access Jira which is integrated with crowd using REST calls.
* crowd.token_key - I could not find any source how to retrieve it using REST api
* In POSTMAN (Rest client) to login to the crowd server as ex:
http://serverip:8095/crowd/rest/usermanagement/latest/session?validate-password=true
with POST body username.... pwd ... in JSON format..
Jira app name & pwd using basic authentication if we provide then it works.
If I do as above it returns the JSESSIONID token but I could not retrieve the crowd token.
I am not sure the above way is proper or not.
I have few questions.
* How to retrieve crowd.token_key and its value using REST APi's
* How to get the JSESSIONID token
* How to pass these session tokens to retrieve any datas from jira server. Ex: issues , users ...
NOTE: Please do not post the way using crowd libraries. like CrowdClient API's
Thanks in advance.