-
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…
-
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…