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.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.