Skip to main content

Creating a Custom Application

Creating a Custom Application

After creating accounts at the MFT service, you must create a custom application within the main account, for use by the InterSystems IRIS production. Within this custom application, specify the following details:

  • A unique name.

  • The redirect URL for the InterSystems IRIS server. This URL has the following form:

    https://<baseURL>/prefix/csp/sys/oauth2/OAuth2.Response.cls
    

    Where:

    • <baseURL> is the base URL for the instance

    • prefix is an optional prefix if needed by the Web Gateway configuration.

    See Creating a Managed File Transfer Connection.

  • A pair of generated values (an OAuth 2.0 client ID/client secret pair), for use in authorizing the connection. The MFT services each use different names for these values:

    MFT Service Name for the OAuth 2.0 client ID Name for the OAuth 2.0 client secret
    Box Client ID Client Secret
    Dropbox App key App secret
    kiteworks Client Application ID Client Secret Key
    Important:

    When the transfer service generates this information, record it immediately and keep it in a secure location. The client secret, in particular, is meant to be held privately.

FeedbackOpens in a new tab