信頼済みアプリケーションの認証のトラブルシューティング ガイド
This document is a part of our Application Links Troubleshooting Guide.
Atlassian recommends OAuth
All new Application Links are created using OAuth. It provides all of the functionality of Trusted Applications and Basic Authentication. OAuth allows applications to authenticate and authorise users without accessing their credentials.
その他の情報
What is Trusted Applications authentication?
Trusted Applications authentication allows one Atlassian application access to specified functions and data in another Atlassian application on behalf of any user. The user only needs to log in to one application, without needing to log in to the other. For this authentication to succeed, however, the user must have an account on both applications with the same user name.
For more information about authentication types, please see Configuring authentication for an application link.
Problems caused by incorrect IP address filters
エラー メッセージ | 説明 | ソリューション |
---|---|---|
| The IP Address is not listed in the "IP Patterns" of the "Incoming Authentication" screen. This message can also appear when using a proxy server; if the proxy server has a different IP address to the connecting application. In Data Center Products, each node of the cluster must be added to the "IP Patterns" section. This error will show up in the logs of the requesting application. | Ensure the IP address for each machine and proxy server is added to the "IP Patterns" section. If the IP Address for systems have changed, consider using static addresses or DHCP reservations in your network. You can make use of wild cards and comma separated lists of addresses:
You can also make use of IPv6 addresses:
|
Problems caused by incorrect URL filters
エラー メッセージ | 説明 | ソリューション |
---|---|---|
| The URL that was requested by one application did not match an entry in the "URL Patterns" section of the "Incoming Authentication" screen. This error will show up in the logs of the destination application. | Ensure that the URL listed in the error is added to the "URL Patterns" section. You can make use of wild cards:
|
Problems caused by date and time differences between servers
エラー メッセージ | 説明 | ソリューション |
---|---|---|
| The source application requested a certificate from the destination application. By the time the certificate arrived, the timestamp was older than permitted. In most cases this is caused by the time being substantially different between the two systems. This problem can be caused by network latency, causing the operation to take longer than the timeout. In rare cases, this error message may appear due to a combination of both cases. This error will show up in the logs of the source application. | Ensure the date and time are correct on both systems, and that the system time zone is correctly specified. In cases of latency, you may wish to increase the "Certificate Timeout" for both incoming and outgoing authentication. The default is 10 seconds. Setting the timeout value to zero (0) will disable the timeout, causing any delay or time difference to be ignored. |
Problems cause by inconsistent URL settings
エラー メッセージ | 説明 | ソリューション |
---|---|---|
| リンクのアプリケーション URL がリモート アプリケーションが報告している URL に一致しません。これには次のような原因が考えられます。
|
|
Emulating Trusted Applications authentication with OAuth
Using Trusted Applications is not recommended. You can accomplish an identical configuration by using OAuth, and selecting "2-Legged OAuth with Impersonation (2LOi)"