すべてのバージョン
AppLinks 3.10 DocumentationAppLinks 3.5 Documentation
AppLinks 3.4 Documentation
More...
The instructions on this page describe how to configure Basic HTTP authentication for an application link. You can configure outgoing authentication (authentication of requests sent from this application to a linked application) and/or incoming authentication (authentication of requests coming from a linked application into this application).
Basic HTTP authentication allows your application to provide user credentials to a remote application and vice versa. Once authenticated, one application can access specified functions on the other application on behalf of that user. For example, if you supply the credentials of a JIRA administrator on your JIRA server to a remote application, the remote application will be able to access all functions on your JIRA server that the JIRA administrator can access.
This method of authentication relies on the connection between your application and the remote application being secure. We recommend that you use Trusted Applications authentication or OAuth authentication for your application link instead, if possible.
On this page:
Configuring outgoing basic http authentication will allow your application to trust a remote application (i.e. allow the remote application to access specified functions in your application).
To configure basic http authentication for an outgoing application link:
Configuring incoming basic http authentication will allow the remote application that you are linking to, to trust your application (i.e. allow your application to access specified functions on the remote application it is linked to).
To configure basic http authentication for an incoming application link:
Configuring OAuth Authentication for an Application Link
Configuring Trusted Apps Authentication for an Application Link