DCTM Rest 23.4 with OTDS (Without Password)

Arunprakash Anand
edited July 30 in Documentum #1

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?

Tagged:

Answers

  • You can use "Pre-authenticated authentication" : basically Documentum expects requests to be already authenticated upstream (e.g. by the Application Server or reverse proxy or whatever) and extracts the user identity from the request. It then uses a superuser account to perform DFC Principal authentication to login the user to Documentum. See Documentum REST Development Guide for more information.