OAuth アクセスを許可する
OAuth アクセス トークンについて
OAuth アクセス トークンによって、次のことが可能になります:
Use a Jira gadget on an external, OAuth-compliant web application or website (also known as a consumer)
ご使用の Jira ユーザーアカウント限定または専用の Jira データへのアクセス権をこのガジェットに付与すること
はじめる前に
Your Jira administrator must establish an OAuth relationship with this external web application or instance by approving it as an OAuth consumer. For example, if you want to add a Jira gadget to your Bamboo homepage and allow this gadget to access your restricted Jira data, then your Jira administrator must first approve Bamboo as an OAuth consumer.
The Jira gadget on the consumer is granted access to your Jira data via an OAuth access token, which acts as a type of key. As long as the consumer is in possession of this access token, the Jira gadget will be able to access Jira data that is both publicly available and privy to your Jira user account. You can revoke this access token at any time from your Jira user account, otherwise, all access tokens expire after seven days. Once the access token is revoked or has expired, the Jira gadget will only have access to publicly available data on your Jira instance.
次の条件が満たされている場合にのみ、OAuth アクセス トークンは、ユーザープロファイルに表示されます。
Jira 管理者が OAuth を使用して、 Jira インスタンスとコンシューマー間のアプリケーション リンクを確立した場合。Jira 管理者の場合、「AppLink を使用した他のアプリケーションへのリンク」を参照してください。
You have accessed a Jira gadget on a consumer and have allowed this gadget access to your Jira data. (More on this step in the next section.)
OAuth アクセス トークンの発行
An OAuth access token is issued by Jira to provide one of its gadgets on a consumer, access to your Jira data (that is, data which is restricted to your Jira user account).
コンシューマー上 (Bamboo など) で Jira ガジェットを使用していて、このガジェットによる専用の Jira データへのアクセスが必要な場合、まず Jira にログインするように求められます (まだ Jira にログインしてない場合)。
Once you have logged in to Jira, you will be prompted with a Request for access message.
At this point, Jira is preparing to issue the Jira gadget (on the consumer) with an OAuth access token.To grant the gadget access to your Jira data, select Approve access. The consumer application will receive the OAuth access token from your Jira instance. This access token is specific to this gadget and as long as the token resides with the gadget, your gadget will have access to your Jira data.
OAuth アクセス トークンの取り消し
OAuth アクセス トークンを取り消すことで、コンシューマー上の Jira ガジェットに対して、Jira ユーザー アカウント専用の Jira データへのアクセスを拒否できます。自身が以前 Jira に発行を許可した OAuth アクセス トークンのみを取り消すことができます。
Select Your profile and settings, then Personal settings.
ページの一番下の [接続済みアプリケーション] セクションで [アプリケーションの管理]を選択します。
Your list of OAuth access tokens is presented in a table, with each access token presented in separate rows and each property of these tokens presented in a separate column. Refer to the OAuth access token table details section.
Locate the Jira gadget and its associated consumer application whose OAuth access token you wish to revoke and select its Revoke OAuth access token link in the Actions column.
You may be prompted to confirm this action. If so, select OK.
ガジェットのアクセストークンは取り消され、コンシューマー上の Jira ガジェットは、公開されている Jira データにしかアクセスできなくなります。
OAuth アクセス トークン表の詳細
列名 | 説明 |
---|---|
コンシューマー | コンシューマに追加された Jira ガジェットの名前。 |
Consumer description | A description of this consumer application. This information would have been obtained from the consumer's own OAuth settings when an OAuth relationship was established between Jira and that consumer. If the consumer is another Atlassian application, this information is obtained from the Consumer Info tab's Description field of the OAuth Administration settings. The application's administrator can customize this Consumer Info detail. |
発行日 | Jira によって OAuth アクセス トークンがコンシューマに発行された日付。これは、ガジェットからの( 自分の Jira ユーザーアカウントの内部扱いとなっている)Jira データへのアクセスを承認した直後の日付になります。 |
有効期限 | The date when the OAuth access token expires. This is seven days after the Issued On date. When this date is reached, the access token will be automatically removed from this list. |
操作 | The functionality for revoking the access token. |
この内容はお役に立ちましたか?