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.
-
invalid redirect URI when accessing LB URL
Hi All, There is a load balanced URL for the ERSRecords Records Client (similar to webtop) application. in our UAT environment, we have integrated OTDS with ERSRecords application. When accessing the LB URL https://intranet-ers-uat.mch.com.rm/ersrecords. It redirects to…
-
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";…
-
can a OTDS user connect to SAML 2.0 ID Broker after LDAP authentication
Hi We are integrating Documentum and OTDS. We are not using Azure AD. The users and groups will be provisioned from LDAP into a synchronized partition in OTDS. Normal users will be using username/password. Admin users need to do 2FA to gain access to Webtop and DA. We are having Red Hat SSO as a SAML 2.0 ID Broker, which…
-
OTDS token request with HTTPS url
Hi Team, End point of OTDS to get a token everytime a user hits a CS URL as here below is working fine with HTTP url. http://localhost/otdsws/rest/authentication/credentials { username: , password: } However once have enabled SSL to OTDS url and started using HTTPS for the same URL , the URL does'nt work and returning…
-
Running 2 instances of OTDS (different versions) on same Linux VM
We are trying to do a PoC with latest OTDS version, while keeping our exiting older OTDS version in place on same VM. Is it possible to have 2 different version of OTDS installed and running on same Linux VM? Note - We do have a separate directory for new installation and separate instance of Tomcat already setup on the VM.
-
Confg OTDS Server for MFA – SameSite=None
Hey, I’m running Content Server 24.4 and OTDS 24.4. I am trying to setup MFA using a MS Azure SAML 2.0 auth handler. Our HTTPS certs are managed by our networking team on a separate proxy server. This means that all the internal traffic is only http(port 80). Because of this configuration, we are losing the…
-
Modify the AuthnRequest sent by OTDS
Hi, My goal is to use Italian Public Identity Providers (SPID) to log into Appworks / OTDS with autoprovisioning handler in SAML. Due to validation problems by IdP I need to modify the AuthnRequest sent by OTDS or customize the SAML handler. is that possible? thanks
-
Unable to login using SSO after OTDS upgrade to 24.3
Hello All, We have recently upgraded the OTDS to version 24.3. After that, we are unable to log into OTCS using SSO. Once we hit the OTCS URL, it is going to the IdP Metadata URL configured under the Auth handler in OTDS. After that it is again showing the OTDS sign on the screen. In the log we are getting the following…
-
Unable to Upgrade OTDS from 21.2 to 24.3
Subject: Assistance Required for OTDS Upgrade to Version 24.3 Dear Team, I am in the process of upgrading OTDS from version 21.2 to 24.3 and followed the steps below: Backed up Tomcat 9.0.34. Uninstalled the older Tomcat version. Upgraded Tomcat to 10.1. Redeployed the configuration files. Updated the Tomcat version and…
-
How to get OTCSTICKET using oAuth 2.0 Client's access_token?
Hi, I am working on an integration with Content Server. I have setup an oAuth 2.0 client in OTDS and I am testing the connection from the Postman so its easier to troubleshoot issues. I am getting the access_token when I call the oAuth 2.0 Authorization flow from the Postman. I am trying to see how I can use this…
-
OTDS User sync to Documentum - Create default cabinet for user using user_login_name
We're about to start using OTDS to sync users from AD to Documentum (instead of the LDAP job). We need a cabinet created for each user, however in OTDS settings: If we use the User Attribute Mappings > create_default_cabinet = T, the cabinet is created with the user_name (and dm_cabinet.is_private = TRUE) We need the…
-
OTDS uninstallation error
I have an OTDS which was installed and not configured. Later with out uninstalling the OTDS, i modified the JAVA, which was fixed by modifying the registry entry. But in between i accidentally formatted the drive where OTDS was installed. Now am unable to uninstall the OTDS as the installer is throwing Fatal error or…
-
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 }