-
Javascript Sample to demonstrate managing the lifecycle of your application
As a developer on OpenText Cloud Platform, the lifecycle of your application can be represented by the flow above. You deploy your application; when they sign-up you provision your subscriber; your subscriber adds users to the application and then they use the application. The Develop Application step is really just a…
-
Core Signature - New sample Postman collection
Sample Postman Collection With this sample Postman collection, developers can evaluate commonly used API endpoints provided as part of Core Signature Service. Preloaded endpoints include: Documents and Templates Document Attachments Signature Request and QuickCreate Webhooks and Events Branding Defaults Click here for the…
-
AppWorks Web Access service configuration
🕐️ 2min read Introduction The Common Header (otag.webaccess) module allows launching of apps in the browser and provides common functionality such as authentication and profiles for web based apps. Usage - technical overview The video covers the following: webaccess.json file overview App installation and presentation…
-
AppWorks Notifications
🕐️ 6 min read What are AppWorks Notifications The AppWorks Gateway provides a backchannel, which allows trusted servers to send messages to clients. Trusted servers call the notifications API with a secret key, a JSON message, and a list of users. Client containers receive these messages and pass them on to registered…
-
Protecting data transfer in Documentum REST Services
originally posted March 2019 | 🕐️ 11 minute read Overview Web security is a field that includes many threat models and counter-attack techniques. Since from Documentum REST Services release 7.3, we have provided users with a number of web security related configuration parameters that help to protect the transfer data in…
-
Connected Workspaces – Using the REST API
originally posted March 2019 | 🕐️ 11 minute read Overview Connected Workspaces are the main integration element used in OpenText Content Suite and OpenText Extended ECM. A business-centric API is available as part of Extended ECM Platform that saves the application developer from knowing about OpenText Content Server…
-
CSNODE Quick Start Guide
originally published May 2019 | 🕐️ 14 minute read Introduction This document will explain how to use and extend csNode. In a nutshell, csNode is a wrapper for LLNode, to provide a more consistent interface that can be used in a programmatic way for various applications (the REST API is the first consumer). Although still…
-
OAuth 2.0 Authentication with OTDS
originally posted August 2019 | 🕐️ 17 minute read This article details how to configure OTDS 10.5 Patch 6 as an OAuth 2.0 Authorization Server and walks through an example scenario where access to a RESTful API is authorized with the OAuth 2.0 Resource Owner Password Credentials Grant. Prerequisites OTDS 10.5 Patch 6 (or…
-
Content Server REST API - Quick Start Guide
originally posted May 2019 | 🕐️ 8 minute read Introduction This article will explain how to use and extend the REST API. It should be read in conjunction with the Content Server 16.2 API Reference. The REST API (as its name may imply) is a web API implementation using the HTTP protocol and REST principles. While Content…
-
Introduction to the AppWorks Gateway 16.1 Proxy
originally published December 2019 | 🕐️ 8 minute read This article introduces the AppWorks Gateway Proxy and walks through some example configurations. Prerequisites: AppWorks Gateway 16 or above. You can download it from My Support. Introduction The AppWorks Gateway Proxy is an integral component of the OpenText AppWorks…