Configure a video authorization
Configure a content processor to enable employees to view private videos without providing credentials.
Before you begin
- Role required: sn_cd.content_admin and fd_read_flows
- Create a subflow in Workflow Studio with the following inputs and outputs:
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
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.
Click New.
Fill in the 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 Click Submit.
The new Content processor appears in the Content Provider related list.
What to do next
- Enable content managers to view thumbnails of available videos: Configure video content search
- Add interface elements to the Content Library video picker: Configure content rendering parameter