gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
266 stars 41 forks source link

Error: "x-authentication-denied-reason": CAPTCHA_CHALLENGE #26

Closed gioboa closed 5 years ago

gioboa commented 5 years ago

CAPTCHA_CHALLENGE error happened because your user failed many times the Jira login. To solve the error you have to follow this steps:

  1. login one time in Jira web application. (for sure you must fill also the captcha code)
  2. after you do a successful login in Jira web application the plugin will work 🎉
gioboa commented 5 years ago

Jira docs:

CAPTCHA CAPTCHA is ‘triggered’ after several consecutive failed log in attempts, after which the user is required to interpret a distorted picture of a word and type that word into a text field with each subsequent log in attempt. If CAPTCHA has been triggered, you cannot use JIRA’s REST API to authenticate with the JIRA site.

You can check this in the error response from JIRA – If there is an X-Seraph-LoginReason header with a a value of AUTHENTICATION_DENIED or AUTHENTICATED_FAILED, this means the application rejected the login without even checking the password. This is the most common indication that JIRA’s CAPTCHA feature has been triggered.