Skip to content

Latest commit

 

History

History
121 lines (72 loc) · 3.32 KB

creating-destinations-for-deployment-of-application-content-transported-in-an-application-23bb29c.md

File metadata and controls

121 lines (72 loc) · 3.32 KB

Creating Destinations for Deployment of Application Content Transported in an Application-Specific Format

To address the target end point of application-specific content deployment, specify a destination using the details from the provider of the application content.

Procedure

  1. In SAP BTP Cockpit of your subaccount, choose Connectivity > Destinations > New Destination.

  2. Enter the following values:

    Destination Settings for Application Content Transported in an Application-Specific Format

    Field

    Description

    More Information

    Name

    Name of the destination

    Type

    HTTP

    Description

    The description of the destination is optional.

    URL

    The application specifies a URL to the deploy end point of the destination as well as the other details of the destination.

    Authentication

    Please use the authentication type required by the deploying application, for example, OAuth2ClientCredentials authentication with a client credential flow. Here, you have to configure a destination with authentication OAuth2ClientCredentials where the Client ID and the Client Secret are needed that you get from the application or service instance created in the target tenant. In addition, you have to specify the Token Service URL, pointing to the authentication service used, for example https://ts.authentication.sap.hana.ondemand.com, which is also provided by the application or service instance created in the target tenant.

  3. Choose Save to save your changes.

    Caution:

    If you use Check Connection to check your destination: The check doesn't provide correct results for destinations using any authentication other than Basic authentication, for example OAuth2ClientCredentials authentication. It's possible that the check displays an error, even though the destination was configured correctly. It only gives the correct results for Basic authentication.

    We recommend that you test the deployment using a test transport after completing all configuration steps.

Create Transport Nodes