-
DOCUMENTUM. How to integrate a custom development that uses dfcs with OTDS?
Hi We have a custom development (in angular) that calls some web services that use the dfcs. These web services use username/password to connect via dfcs We want to integrate the Angular front end with OTDS and SSO, the problem is that angular pass the user and password to custom rest service to do the connection via dfcs.…
-
Consuming OTDS API using REST Java
All, Blocking your calendar to discuss on the below and request you to provide your inputs. - We have created oauthclient and generated secrete id and passed in the code. - When we try to consume OTDS API from REST API (Java) we are receiving the error ‘no OTDS ticket’ Please request you to provide in case if you have any…
-
OTDS RestAPI Patch User
I have some sample code that utilizes OTDSWS's PATCH user call (https://developer.opentext.com/apis/3a7bfdae-4cd3-465c-8485-c887f65def9b/bb4a87a8-62f4-4f81-a16e-2a258e7a51f1/3b775ec6-de97-46e2-b280-7b32f3d243e3#operation/patchUser_1) to update user attributes on OTDS. It works on my development environment. For some…
-
xECM Diagnostic program enter logon data
Hi experts, I would appreciate your help with the following problem. In xECM for SAP, the diagnostic program in SPRO request enter logon data many times to perform the diagnostic. The user is the same in SAP and OTDS. When enter the login the diagnostic starts well. I've checked all the settings and i don't know what else…
-
How to search a group in OTDS using API?
Does anyone have an example of how to search a group in OTDS via API using one of these parameters: where_filter where_ca_value I specifically want to identify a group based on 3 'Custom Attributes' I have created for a group in OTDS. The API call should check whether the group meets the give value for all three Custom…
-
OTDS - otadmin user and OTCS - Admin user - Password Reset
Hi All, Here is one finding i came across in recent times. With OTDS installed with OTCS, otadmin@otds.admin user and Admin user will have same password as we set in OTDS for otadmin. So even if you try to reset Admin password from OTCS -> Users and Groups ->Search for Admin->Edit, it will still take otadmin password while…
-
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…