The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Using Oauth token supplied in request URL

Nandor_Jetsol
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!
March 3, 2020

Hi!

I am trying to integrate JIRA (v 7.0) with our application software, what uses REST calls to communicate with JIRA, via proxy.

The problem is our company's policy:

MyAPP -----> (Proxy server) -----> JIRA

The Proxy server 'swallows' all kind of "Authentication" headers from rest calls, so it forwards the message without it. Hence, I cannot authenticate with JIRA.

We already implemented Oauth2 to authenticate, but it uses the Authentication header too (with Bearer), so my Question is:
Is there a way to supply the access token in the request URL? Placing it to another header is also an option. (I don't want to send Basic authentication in URIs, because security reasons.

Thank you in advance,

Nandor

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question