java.lang.IllegalStateException: Authentication necessary

お困りですか?

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

コミュニティに質問


問題


A plugin which needs application links to work properly is failing with the following error:

java.lang.IllegalStateException: Authentication necessary:
http://<BAMBOO_FQDN>/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=1a20df80-2e5e-30f5-bfbf-008cb8b36d1c&redirectUrl=http%3A%2F%2F<BAMBOO_FQDN>%3A8085%2Fbrowse%2<PROJ-PLAN-JOB-BUILD>)

原因

The application links are not using impersonation and the OAuth token was not yet allowed.

回避策

オプション 1

  1. Use the URL provided in the error message
  2. Authorize the token by clicking the Allow button.
  3. Try to use the plugin again.

オプション 2

  1. Make sure you access any Bamboo feature the needs Application links authentication with the same user affected (try to create a new linked repository e.g., this will bring the token authorization window).
  2. Authorize the token by clicking the Allow button.
  3. Try to use the plugin again.



最終更新日 2018 年 5 月 2 日

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

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