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