Is it possible to auth on JIRA API without server between client and Jira

Deleted user May 11, 2022

I built a client application (angular) that allow to my team to create jira issue.

The user has to login with their jira credential (user and pw) on my app.
 
To post a issue on JIRA API I'm using basic auth on the request  header :
"Authorization: Basic XXXXXXXXX"

It worked well until we update JIRA and now basic auth not working anymore. 

What is the best solution to make my app work again ?

Should I implement OAuth but I need a server to manage the Jira OAuth logic or is there any other solution keep a simple client app to communicate with JIRA API ?

1 answer

1 accepted

0 votes
Answer accepted
Carlos Garcia Navarro
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 11, 2022

Hi @[deleted] ,

Maybe I misunderstood, but I don't think you can remove the server from this process: https://developer.atlassian.com/server/jira/platform/oauth/#:~:text=In%20Jira%2C%20a%20client%20is,the%20user's%20permissions%20in%20Jira.

I recommend to check in the Atlasian Developer Community as well: https://community.developer.atlassian.com/

Deleted user May 11, 2022

OAuth , thank you.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events