-
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…
-
Configure/Enable OTDS to create and include OAuth access_token in header
Hi, I have been looking at: https://developer.opentext.com/webaccess/#url=/awd/blogs/13336846/oauth+20+authentication+with+otds+105+patch+6&tab=501 To look into securing an external web service to Content Server users only. I have managed to get the OAuth server up and running and use Postman to pass the login credentials…
-
Changing the OTDS server
We need to change the OTDS server that our AppWorks Gateway (Version 16.3.1) server is pointing to but under Settings > General Settings, the OpenText Directory Services (OTDS) URL field is disabled and cannot be changed. Does anyone know how you can change the OTDS server without having to reinstall OTAG?
-
OTDS REST API PATCH /users/{user_id}
Hi All, We on CS 16.2.4 and OTDS 16.2.4. We are creating users using the RESTAPI POST /Users method and pass attributes like firstname,lastname username,displayname and email address. Then we need to update users phone number,lastname and extrattr0 values using PATCH method. The phone number,lastname and extrattr0 get…
-
AppWorks Gateway Setup - OTDS setup failure
I am trying to setup the AppWorks Gateway server for development purpose. I followed the steps given in "Appworks Gateway 16.5 installing". Managed to reach till the otds configuration step. At otds configuration I have tried both the options but end up with the below error. can anyone help me to resolve this issue? ERROR…
-
Creating Node Timeouts & Performance
Hi, I'm currently uploading documents through the API using the create node endpoint. Every so often when documents are being creating, the API call will take upwards of 300+ seconds, DTU consumption % will shoot up 10% and then the document will either fail or be created and move on. What's interesting is if i run…