Hello,
We are having JIRA running on HTTPS with Basic Authentication disabled. The problem we are facing is pecular.
Whenever we try to access an issue through RESTClient for example "https://jira.ourhost.com/rest/api/2/issue/EG-123" and through the browser we are logged into Jira UI, the RESTClient successfully returns us the information.
But in case the we log out from the JIRA UI from the browser (and clear the cache/session), the same URL returns us 403 Forbidden (from the RESTClient).
The problem persists even if we append os_authType=basic at the end and set the Basic Authntication credentials in the RestClient. Here even the authentication challenge is not thrown.
If the basic authentication is disabled, then what mode would JIRA be running on? Is there any specific reason such scenario is occuring?
Any input is appreciated.
Thank You.
Since basic auth is disabled, it makes sense that you'd get a 403 without an auth challenge. If you have no intent or desire to enable basic auth, then you should use OAuth instead.
https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+OAuth+authentication
Hi, Thank you for the comment. Well yes, due to security reasons the basic auth isnt going to be enabled. Hence, i guess OAuth does seem a suitable succesion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note exactly sure what the issue is in this case in particular, but the 403 response would usually imply that though you're able to authenticate, there is limited permission to perform the action or the authentication is not allowed for some other reason.
In this case you are able to access the issue when logged in through the browser so no permission issues in question
I thought you required basic authentication to be enabled to make this work though.
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.