I am trying to integrate JIRA with Code collaborator. I found that CC doesn't support oauth authentication but rather HTTP authentication. How can I check if JIRA allows HTTP basic authentication from the client side?
I tried CURL command and got the output...
C:\Users\desktop>curl -v https://JIRA_URL?os_authType=basic
* Rebuilt URL to: https://JIRA_URL/?os_authType=basic
* Trying 18.234.32.173...
* TCP_NODELAY set
* Connected to IRA_URL (1redacted3) port 443 (#0)
* schannel: SSL/TLS connection with JIRA_URL port 443 (step 1/3)
* schannel: checking server certificate revocation
* schannel: sending initial handshake data: sending 189 bytes...
* schannel: sent initial handshake data: sent 189 bytes
* schannel: SSL/TLS connection with JIRA_URL port 443 (step 2/3)
* schannel: failed to receive handshake, need more data
* schannel: SSL/TLS connection with JIRA_URL port 443 (step 2/3)
* schannel: encrypted data got 3064
* schannel: encrypted data buffer: offset 3064 length 4096
* schannel: sending next handshake data: sending 126 bytes...
* schannel: SSL/TLS connection with JIRA_URL port 443 (step 2/3)
* schannel: encrypted data got 51
* schannel: encrypted data buffer: offset 51 length 4096
* schannel: SSL/TLS handshake complete
* schannel: SSL/TLS connection with JIRA_URL port 443 (step 3/3)
* schannel: stored credential handle in session cache
> GET /?os_authType=basic HTTP/1.1
> Host: JIRA_URL
> User-Agent: curl/7.55.1
> Accept: */*
>
* schannel: client wants to read 102400 bytes
* schannel: encdata_buffer resized 103424
* schannel: encrypted data buffer: offset 0 length 103424
* schannel: encrypted data got 474
* schannel: encrypted data buffer: offset 474 length 103424
* schannel: decrypted data length: 445
* schannel: decrypted data added: 445
* schannel: decrypted data cached: offset 445 length 102400
* schannel: encrypted data buffer: offset 0 length 103424
* schannel: decrypted data buffer: offset 445 length 102400
* schannel: schannel_recv cleanup
* schannel: decrypted data returned 445
* schannel: decrypted data buffer: offset 0 length 102400
< HTTP/1.1 302
< Server: Atlassian Proxy/1.13.6.2
< Content-Type: text/html;charset=UTF-8
< Strict-Transport-Security: max-age=315360000; includeSubDomains; preload
< Date: Wed, 21 Nov 2018 17:04:58 GMT
< ATL-TraceId: 66fb786b358fd0ac
< Location: /secure/MyJiraHome.jspa
< X-AREQUESTID: e9a3ac5a-296d-4f0b-a3ea-db0371fd419e
< X-XSS-Protection: 1; mode=block
< ATL-TCS-Time: 0
< X-Content-Type-Options: nosniff
< Connection: keep-alive
< Content-Length: 0
<
* Connection #0 to host JIRA_URL left intact
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.