Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure a video authorization

Configure a content processor to enable employees to view private videos without providing credentials.

Before you begin

Image omitted: subflows-auth.png
necessary inputs and outputs for the authorization subflow

About this task

The authorize action makes authentication API calls to the video hosting service. The authorization method varies based on the provider and is determined by their supported embed iframe.

Content Publishing appends the authentication token as a query parameter along with its corresponding value to the embedded URL. The configured subflow inputs and outputs manage the query parameters and response body.

Note: The JSON Web Token (JWT) and access token authentication methods are proven to work. To use a different method, ensure you configure the subflow to return a token. The video hosting service must support auto-authentication via the token in the URL.

Procedure

  1. If you have already opened a Content Provider, click the Content Provider Mapping Preview record icon then click Open Record.

    Navigate to All > Content Publishing > Content Provider Configs > Content Processors.

  2. Click New.

    Fill in the form fields:

    FieldDescription
    ActionSelect Authorize
    Provider mappingSelect the Content provider that connects Content Publishing to the video hosting service
    Processor subflowSelect the flow that performs the authorization API call
    ActiveMakes this action available to employees
  3. Click Submit.

    The new Content processor appears in the Content Provider related list.

What to do next