OAuth error oauth_problem=consumer_key_unknown

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

アプリケーション リンクの作成時や、アプリケーション リンクを使用する機能の利用時に、アプリケーション同士での認証に失敗する。

アプリケーション ログに次のエラーが記録される。

oauth_problem=consumer_key_unknown

診断

環境

  • 2 つのアプリケーションがアプリケーション リンクを使って接続されている
  • 認証方式として OAuth が使われている

Diagnostic Steps

  1. The error happens intermittently. Recreating Application Links from both servers still does not fix it
    OR
  2. Missing Application Link from one server

原因

  1. There are duplicate data in the database causing it to use different Consumer key
    OR
  2. The Application Link is only configured in one direction. For example, Confluence is linked to JIRA; but JIRA does not have a reciprocal link to Confluence. This can be caused by a misconfigured network where one application server cannot reach the other over the connector port.

ソリューション

  1. Delete the duplicate data in the database

    1. Shutdown the application

    2. Backup database for rollback purposes
    3. Search for duplicate data 

      SELECT * FROM BANDANA WHERE bandanakey = 'com.atlassian.oauth.consumer.ConsumerService:host.__HOST_SERVICE__';
    4. Delete the duplicate row, so that it will only have one result
    5. Restart the application
  2. Recreate the Application Link in both servers

    1. If your applications use a reverse proxy, ensure they have been configured correctly for use with the reverse proxy.

    2. Once the applications have been configured, delete and recreate the Application Link.

    3. Alternatively, ensure the reverse proxy has been bypassed for use in an unproxied Application Link.

  3. Ensure there's proper bi-directional communication between both of the applications. Try to hit the endpoint to retrieve the manifest file from one server to the other. If this does not work, adjust firewall/ports/AWS security groups as needed for proper communication. 

    curl -H "Accept: application/json" http://HOST/ContextPath/rest/applinks/1.0/manifest -v

説明 アプリケーション リンクの作成時や、アプリケーション リンクを使用する機能の利用時に、アプリケーション同士での認証に失敗する。
製品Jira、Confluence、Bamboo、Bitbucket、Fisheye
プラットフォームServer
最終更新日 2023 年 11 月 16 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.