-
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…
-
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…
-
Adjusting OAuth 2.0 Token Life Times and Revoking Tokens with OTDS 16
originally posted June 14, 2019 | 🕐️ 3 minute read This article details how to configure OTDS 16 (and OTDS 10.5 Patch 6 and onwards) with customized Access Token and Refresh Token life times. It also shows how to revoke user's OAuth 2.0 tokens. Prerequisites OTDS 16 (or 10.5 Patch 6 or later). You can download it from the…
-
OTDS API CreateUser
Hi guys, Trying to figure out OTDS. Question 1: So there is OpenText Administration Client with OTDS “plug-in” where I can create new users/groups/particions etc. Is there a way to create a new user in OTDS via some kind of “API”? Basically I'm looking for a simple web application where I could create new user in local…
-
OTDS Authentication Issue
Hello, I'm calling two webservices on AWP simultaneously, to create application entity and upload document using an otds ticket. now the problem is when using the same otds ticket twice, this error is raised. Please advise. ![CDATA[The validation of an OTDS ticket has failed for the resource with the name…
-
Getting a list of group names for a user in OScript (querying OTDS)
I have a custom OScript REST API and I need to check the group membership of the user as I want to limit access to the API to a specific group. The group is available in the connected OTDS instance. Is there sample code to do this?
-
OTDS REST Push Connector API exception occurring
We created a REST (Generic) syncronization connector by using C# WCF REST service that returns json for the content type. When our service handles the request for the POST to the UriTemplate /auth and return a response such as {"token":"valid164943823498"}we get the following error: java.lang.RuntimeException: Test…
-
OTDS Push Connector API - how do you increase connection timeout
We have created a REST web service as a OTDS Push Connector and see read timeouts in the log. How do we increase the timeout time? We have already modified timeout settings on the REST service but do not know how to modify the settings in OTDS. Below is sample of errors we receive. 2020-12-23 12:44:51.668 [nio-8080-exec-5]…
-
OTDS Authentication token by rest api
Dears we have CS working with OTDS. I have to develop a widget to integrate in other application which requires opening a CS browse widget folder in a pop up window. I am using CSUI sdk, my question is the user who opens up this pop up window from a third party application and the user is in OTDS. How can i get this user…
-
Can you secure .Net WS with OTDS as Authentication Server
Hi, I am after finding out if i can secure a web service to people who have logged into OTDS first, in this particular case Content Server. We make calls to the we service via javascript and would like to make the experience seemless to the end user. I have read about setting up Oauth2 client but setting up the web service…