Forums

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

How to identify which type of authentication is supported in jira

surinderdev
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!
April 22, 2016

I am running below command

curl.exe -D- -X GET -H "Authorization: Basic c3VzaW5naDpZZ3ZxYXozMjEj" -H "Content-Type: application/json" "https://product-ira.ciena.com/rest/api/2/issue/QA-31"

 

Server output

curl.exe -D- -X GET -H "Authorization: Basic c3VzaW5naDpZZ3ZxYXozMjEj" -H "Conten
t-Type: application/json" "https://product-jira.ciena.com/rest/api/2/issue/QA-31"
HTTP/2.0 401
server:nginx
date:Sat, 23 Apr 2016 08:51:43 GMT
content-type:text/html;charset=UTF-8
content-length:4304
x-arequestid:291x14654489x2
x-seraph-loginreason:AUTHENTICATED_FAILED
www-authenticate:OAuth realm="https%3A%2F%2Fproduct-jira.ciena.com"
x-content-type-options:nosniff
set-cookie:JSESSIONID=4B0B091270F3D780C8A3D547B8DB9E1C; Path=/; Secure; HttpOnly


<html>

<head>
<title>Unauthorized (401)</title>

 

#########################################################

Does it means my company JIRA server support oAuth type authentication only

2 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 23, 2016

Basic auth is supported in all instances. You are getting an "Unauthorized" error. That could be wrong password or that the user doesn't have the required permissions (to view the issue in this case).

0 votes
surinderdev
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!
April 23, 2016

i am using basic authentiation but i am getting www-authenticate:OAuth realm="https%3A%2F%2Fproduct-jira.ciena.com" in Server response . 

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 23, 2016

It is returning an HTML page:

<title>Unauthorized (401)</title>

Do you have the said issue in your JIRA? I see that you are using the same issue key in the JIRA examples.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events