Skip to content

2.4.x Bitbucket

2.4.0

New Feature & Improvements

  • Added option to disable Bearer Authentication with other authenticator apps

  • Changed text in response body for failed Basic Authentication, if Disable Basic Authentication with User Password is enabled in System-Wide settings

    • This is the same response that Bitbucket would return without using our app:

      1. {
      2. "errors": [
      3. {
      4. "context": null,
      5. "message": "Authentication failed. Please check your credentials and try again.",
      6. "exceptionName": "com.atlassian.bitbucket.auth.IncorrectPasswordAuthenticationException"
      7. }
      8. ]
      9. }


  • Changed text in the response body if the session times out, from Session Expired. to Your session has expired.

    • This is the same response that Bitbucket would return without using our app

2.4.1

Bugfix

  • Fixed a bug preventing a successful Bearer Authentication with other authenticators even if they were still allowed