Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API authorization

FSCC Test User
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2019

Hey,

I used to use Basic authentication to get issues with jira API. Now this way is disabled.

Is there any way to authenticate user with username and password? As I can not ask user to enter his API token as password.

I tried to retrieve auth token using POSTMAN OAUTH2, but unsuccessfully.

 

Thank you, Romas.

2 answers

1 vote
Ilya Turov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 17, 2019
0 votes
FSCC Test User
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2019

i have figured it out. But in OAuth, you actually need to pass the consumer key, request token, verification code, and private key, to get the access token. 

I want to authorize with user and password.

Ilya Turov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 18, 2019

Atlassian state that their reasoning behide moving from basic and token auth to OAuth is exactly the fact that they do not want people using their login and password somewhere besides jira, so guess you are out of luck here.

Like Artūras Kravčenko likes this

Suggest an answer

Log in or Sign up to answer