Hi Team,
I am not able to authenticate /rest/auth/1/session using Personal Access Token after upgrading JIRA Datacenter to 10.3.2.
Here's the snippet which I have tried ,
curl --location --request POST 'https://jira-dev.cox.com/rest/auth/1/session?Content-Type=application%2Fjson&accept=application%2Fjson' \ --header 'Authorization: Bearer MjAzOTY1MjM4NDUyOtDq3Y/qCrXPiI/A6dSpjrmdbQsE' \ --header 'Cookie: NSC_kjsb-efw.dpy*443=ffffffff0948294545525d5f4f58455e445a4a42378b' \ --data ''
And I am getting following 403- forbidden error :
{
"message": "The request was rejected due to two-step verification being enabled on your instance."
}
I have already followed the steps outlined in the link https://jira.atlassian.com/browse/JRASERVER-78353.
According to the workaround mentioned in the ticket, I am attempting to use a Personal Access Token mentioned above to authenticate the API endpoint, but it’s not working.
Also, we dont want to revert back to legacy login form (pre-10.2 behaviour) by adding the JVM parameter due to security concerns.