What's New > November 2025 > New features and enhancements
  

New features and enhancements

The November 2025 release of Data Marketplace includes the following new features and enhancements.

Invoke an API without using Application Integration

You can use REST APIs to perform the following tasks by using JSON web token authentication:
For more information about how you can use JWT authentication to invoke APIs, see Authenticate using JWT.

Customization enhancements

A new Text Box page component is introduced for Data Marketplace layout customization. You can use this page component to specify additional information beyond what is already available on a page and also tailor the information that is displayed on the page component to each Data Marketplace role.
The following image shows a sample Text Box page component on a data collection page:
The Summary tab is selected on the details page of a sample data collection. A custom layout is applied to the data collection page. The Text Box page component is highlighted.
For more information about how you can configure layouts in Data Marketplace, see Customize Data Marketplace.

View your orders and accesses on a collection

If you have an active order or access for a data collection, the Order section on a data collection page displays the Orders and Access buttons next to the Checkout button. The additional buttons open your active orders and latest active access for the data collection. If you have only an order or only an access, the Order section displays only the corresponding button.
The following image shows the Order section on a data collection page:
The Summary tab is selected on the details page of a sample data collection. The Orders and Access buttons on the Order section are highlighted.
For more information about the Order section, see Order section.

Add images to custom attributes

For custom attributes that support rich text, you can upload images.
The following image shows a custom attribute of a data collection page:
The Summary tab is selected on the details page of a sample data collection. The Data Collection Summary panel is being edited. A custom attribute is highlighted and a sample image is added to the custom attribute.

Data Marketplace asset discovery in QuickLook

Informatica QuickLook is a browser extension for Google Chrome and Microsoft Edge web browsers. You can use Informatica QuickLook to search for assets in Data Governance and Catalog without opening the Data Governance and Catalog web page.
The QuickLook browser extension introduces the Data Marketplace filter that enables you to discover Data Governance and Catalog assets that are added by stakeholders to data collections in Data Marketplace. You can also view the data collections that are associated with these assets and open the data collections in Data Marketplace.
The following image shows the Data Marketplace filter in the Informatica QuickLook browser extension:
The Data Marketplace tab on the Filters pane in Informatica QuickLook. The Added To filter option in the Data Marketplace tab is selected.
For more information about how you can search for assets in QuickLook, see Search and view assets in Informatica QuickLook.

View the latest modified orders

You can use the Last Updated field to view the latest date on which the orders were modified. You can view the field on the following pages:
The following image shows the Last Updated field on the Fulfill tab on the Tasks page:
The Fulfill tab is selected on the Tasks page. The Orders grid in the tab lists two sample orders. The Last Updated column is highlighted on the grid.

Generating JSON Web Token (JWT) to authenticate REST API requests

To authenticate users to REST API endpoints, your organization administrator might choose the JSON Web Token-based authentication method in Administrator. This method doesn't require the session ID to generate the JWT token. However, generating the JWT token from the session ID remains the default.
If the organization administrator has configured JSON Web Token authentication in Administrator, the login API in Data Marketplace returns the JWT value in the IDS-SESSION-ID field. With this method, you can authenticate to REST API endpoints with only the JWT token.
For more information, see the JWT Support Knowledge article.