Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Standard Import Trace error while running from Designer intelligent capture
Hi Developers, I have installed OpenText Intelligent Capture 25.4 along with the unattended modules, including Standard Import, Standard Export, Standard OCR, Intelligent Capture Database, and the required supporting libraries obtained from the official OpenText distribution. The Designer application is successfully…
-
Unable to to Sync OTDS with Content server users
Hello, I’m new to OT and currently in training. I’m in the process of configuring OTDS with Content Server. I have followed the instructions to create a partition, an access role, and attached the license in OTDS. The connection to the repository succeeds; however, when I click Consolidate, it does not import the users…
-
REST API - extending token expiration
Hello, I have a PowerShell script making REST API calls to Content Server (24.3). One process involves a loop that downloads one document at a time, but may go on for a long time. Our CS setting for session expiry is 12 hours and this affects my PS script too, resulting in {"error":"SessionExpired"}. What would be the best…
-
Authentication with Thrust Services Free Trial cannot get Core content API's connected
I am trying to get core content storage services using free trail and access it via API's I have added core content management free trail in tenant. I have created service key for the same in the tenant and tries this keys to authenticate with CSS API's, unable to get bearer token instead getting 401 unauthorized also…
-
Core Content Management Service Client - client secrete auth gets InvalidApiKey
I have created a Core Content Management Service Client with auth type Client Secrete and I keep getting the same error {"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}. I have validated the tenant ID, client ID and client secrete a number of times as well… I have tried a number of…
-
Core Capture Swagger Test
Hi! I am trying to test Core Capture APIs but it seems like there is no way to test it here? APIs | Developer | OpenText I cant seem to find the "Authorize" nor the "Try it out" button. Also, i tried Authorizing in other services (for example, Capture service), and i keep getting Unauthorized. For reference, i used the…
-
how to configure OTDS Oauth2 to use on JSAPI authentication viewer.
OTDS version 22.4, Ihub version 16.7 The purpose is to get a token automaticately (Oauth2 probably) to set the credential of the JSAPI configuration, to view some rptdesign. Since the implementation of OKTA authentication with SAML, i have to define the credentials for the connexion : var extOTCredentials ="TOKEN VALID";…
-
HTTP url in Enterprise-Connect plug-in is not working after enabling Kerberos authentication(OTDS)
Hi Team, Issue is that HTTP URL in Enterprise-Connect plug-in's not working after enabling Kerberos authentication(OTDS) and disabling the Web Server authentication(OTCS). We are now forced to update the plug-in to HTTPS. On web-browser we access OTCS URL by both HTTP and HTTPS as well. (On web-browser, once I copy the…
-
OTDS Authentication with Cognito token
I`m having problems authenticating AWS Cognito users, I need to do operations in the repository with their credentials, and I cant find a way to create a IDFSESSION, I can take their credentials, authenticate then against aws and get an access token, but I can`t find an example to take that token, and pass it to DFCs, DFSs…
-
Fax Callback endpoint authentication
Could you please provide documentation on the authentication mechanisms implemented within the fax callback (webhook)? When passing the report destination details as: 'reports' => [ 'type' => 'detail', 'report_destination' => [ [ 'url' => "http://xxxx.yyy.zzz/callback" ] ] ] What are the supported authentication mechanisms…
-
OTCS RestAPI: how to authentication a user which is in an Async Partition with SAML2.0?
Hi guys, When I access OTCS, SSO happens with SAML2.0. So far so good. Problem: When I try to use the OTCS RestApi (api/v1/auth) I always get "invalid username/password specified". I tried all the combinations playing around with the account domain, but can't find a way to make it work. Note: The request works fine if I…
-
CORS issue when trying to authenticate
Hi, i got an error when im trying to authenticate using otcs/cs.exe/api/v1/auth with POST method, my origin is from localhost if that matters. So how to resolve it is there any configuration that i need to follow?
-
Unable to test the sample application "contract-approval" provided on the platform
Set up the contract-approval application on vs code, following the vscode-tutorial.pdf tutorial document but unable to load the login page after firing the npm start command.
-
Session management (CE 22.4)
I am looking for official documentation regarding session management on opentext exstream / OTDS The information I am looking for (from official source) pertains to: request cookies, session ids, timeouts parameters, etc Ty
-
Does Documentum support OAuth2.0 authentication
Does Documentum support OAuth2.0 authentication? I have viewed this documentation but cannot find the authentication methods available: https://developer.opentext.com/ce/products/documentum If it does support it, what type of OAuth2.0 grant type does it support? client_credential? code_grant? Thanks in advance!
-
Implementation of OAuth(Azure AD) for Documentum DFS Services
Hi All, Need your suggestions/inputs to implement OAuth for Documentum DFS Services 20.2 version. Please share your inputs if any one implemented it. Thanks Raman
-
How to login to content server using the OTDS token ?
I have admin user credentials and want to impersonate any user using that credential , get that users token and use that token for loggging into the content server? I know how to use CWS WSDL and OTDS rest service to impersonate user but not sure how to login content server afterwords in browser uing the impersonation…
-
Getting started with IM Services - Authenticate and Perform your first API call
Attached is a presentation I put together for the 2021 Developer Summit. It takes you through the minimal steps to get an authentication token and perform your first simple IM Services call. It would deserve a little refresh using the latest "developer.opentext.com" look and feel, but it should be a good starting point for…