Installed Package Types
Upgrade SSO Claim Version
AppExchange Partners, Upgrade SSO Claim v2
List Your App in AppExchange
The ability to create legacy packages was deprecated in August 2019. All new packages are enhanced packages.
Note
A Marketing Cloud Engagement app is an externally hosted app that is iframed into the web interface. Apps include custom apps built by your organization or apps installed from AppExchange. You launch an app via the app menu.
For a legacy package, Marketing Cloud Engagement posts a JSON Web Token (JWT) to your externally hosted app so that it can acquire access tokens on behalf of logged-in users. After you know the hosted endpoint for your app, you must register the endpoint in an installed package.
An enhanced package doesn’t use a posted JWT. Instead, your externally hosted app must use a web app or public app OAuth 2.0 integration to acquire an access token. Use that access token to request information about the end user by calling the v2/userinfo REST endpoint.
Create an installed package, or navigate to an existing package.
Under Components, click Add Component.
Select Marketing Cloud App.
Enter a name and description for your app.
(Legacy packages only) Check your SSO Claim Version. The decoded JWT includes a refreshToken only if your package has an API Integration component.
Enter your app’s login, redirect, and logout URLs. Point to localhost or test locations first, if needed, and edit these values later. All URLs must be HTTPS (TLS).
Save the component.
Sign out of Marketing Cloud Engagement, and then sign back in to see your app in the AppExchange menu.
For your app to load in an iframe, ensure that your app’s x-frame-options allow the exacttarget.com domain.