-
How to configure OTDS to use the Content Server "Admin Server" for Authentication.
I am replicating my orgs production setup for our test environment and am so close except for the authentication configuration. 3 servers in each environment. 1 = CS, 2 = CS Admin (search indexing, EFS, auth), 3 = OTDS. In production the OTDS resource syncs to the Admin Server for auth, but I just cant seem to figure out…
-
How to get OTCS ticket using OAuth2 Client Credentials grant flow in OTDS
I have an unattended/automated task that uses the OTCS REST API to perform searches and add documents. I would like to convert it to use the OAuth2 Client Credentials grant flow, so I can use a client secret rather than a username/password. I have set up a new OAuth client in OTDS with default values, and have the client…
-
DCTM Rest 23.4 with OTDS (Without Password)
I am looking for Reference article for DCTM Rest Authentication with OTDS Access Token for the user without providing password. We cannot send the password to OTDS access token API. So is there something like proxy token for the user? Or does DCTM Rest Supports Azure Oauth?
-
No OTDS Ticket & Invalid Resource Ticket
Hi, I have upgraded xECM from 16.2 to 21.4. Post upgrade, i am getting error for 25 - Can the OTDS REST API be executed? and 26 - Can the Content Server REST API be executed? Error Message as follows: 25 - Can the OTDS REST API be executed? Check the OTDS REST API configuration. Error in HTTP call - Unauthorized: no OTDS…
-
OAuth 2.0 - Client Credentials Flow + Permissions
Whenever a new OAuth Client is created in OTDS, assuming the global option is selected, are there any restictions to the data that can be requested through the REST API? Calls to the nodes resource are not returning expected data.
-
Does Teamsite 23.2 Version support SAML Based OTDS Authentication
Hi All, I have a requirement to implement SAML 2.0 based in OTDS authentication for Teamsite 23.2. From Release Notes of 23.2 Teamsite it says "Support OAuth 2.0 only". Does it conclude that SAML 2.0 is not supported for Teamsite though OTDS supports it ?. Thanks
-
After hostname changed, encountered some error
Hi all, I recently performed a hostname change for the windows server as well as documentum servers. However, I am getting this error from the repo logs. Also, I used OTDS to authenticate the users, but when I go to login to D2 it throws an error saying "[DM_SESSION_E_AUTH_FAIL]error: Authentication failed for user…
-
REST API OTDS
is there a documentation that explains all the status error code? below is an example { "status": 1013, "error": "Not a OTDS SSO ticket", "error_details": null }
-
ExStream and CAS - possibility of log navigation
Good morning I recently switched to Exstream 16.6 with the new versioning management done on CAS.Before this milestone, with Streamserve CF4, to manage versioning we used the TortoiseSVN software, with which we performed the checkins and updates of the releases and every time the commit (checkin) was executed a comment log…
-
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…