Forums

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

Jira Rest API Basic authentication not working for jira instances using SAML

Veda Sri April 25, 2019

Hi

I'm trying to build an app in c# to get the list of issues for a project using Jira rest apis. I'm trying to implement basic authentication in my code.

To login to our jira instance we use our jira integrated account credentials(not the fixed one). Our jira instance makes use of Secure Auth (SAML)

When I try to authenticate using basic authentication with the integrated account credentials, I'm getting the error "Authorisation failed"

Could anyone please let me know if there is any way to resolve my issue.

2 answers

2 votes
Matthias Gaiser _K15t_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 25, 2019

Are you using Jira Cloud? If yes, Basic authentication with username and password does not work anymore, you have to use Basic Authentication with an API token instead.

Go to https://id.atlassian.com/manage/api-tokens in order to manage the API tokens for the Atlassian account you are logged in at the moment.

Does that help?

Cheers,
Matthias.

Vinay_Nale
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!
May 7, 2020

Hi Matthias,

Yes I am using Jira Cloud, and as you mentioned in above comment, I have created "api-token" sync jira account.

What are further steps to use this into Jmeter api post issue creation.

 

Can you please provide the details or mail me on vinaynale86@gmail.com

it will be great for me.

Thanks in advance

1 vote
Veda Sri April 26, 2019

Thanks for your reply Matthias,

I'm not sure our jira instance is on cloud. Our version is

      Atlassian Jira Project Management Software (v7.11.2) 

For basic Authentication we cannot use API tokens as the users who will be using our application will not have Atlasian account.

So is there any other way to do authentication to Jira rest apis if we have only Jira instance url, and user credentials(Username and password)?

greg
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!
December 4, 2019

you can use basic auth for a user that exists in your app (keep this secure) and all users (that do not have an Atlassian account) would be operating JIRA via your app using the same credentials -- but API token is the way to go -- a valid user with the right permissions needs to create the API token

Vinay_Nale
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!
May 7, 2020

Hi Greg,

I stuck their only,

i am learning JMeter api and i am getting "Basic auth with password is not allowed on this instance"

Response code:403
Response message:Forbidden

 

i need help in latest jmeter 5.2.1 version

can you please help me how to use "api -token" in jmeter for post issue creation

it will be greatful

Thanks in advance

Suggest an answer

Log in or Sign up to answer