Configure a video authorization

  • Release version: Xanadu
  • Updated August 1, 2024
  • 1 minute to read
  • Configure a content processor to enable employees to view private videos without providing credentials.

    Before you begin

    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:
      Table 1. Content Processor form fields
      Field Description
      Action Select Authorize
      Provider mapping Select the Content provider that connects Content Publishing to the video hosting service
      Processor subflow Select the flow that performs the authorization API call
      Active Makes this action available to employees
    3. Click Submit.
      The new Content processor appears in the Content Provider related list.

    What to do next