Hi,
We have a customer who implemented Documentum with Azure AD for user authentication (i.e. instead of using OTDS, they use an Azure AD app registration).
I cannot find any documentation online on how to configured Documentum / Rest API to match my customer's environment. Where should I go to get it?
Also, what kind of token should be sent to the REST API?
In our test within our customer's environment, we noticed that the only tokens working are the ones emitted by login.microsoft.com/{tenant id}/oauth2/authorize which end up being tokens generated for the purpose of accessing the MS graph API.
Tokens issued via login.microsoft.com/{tenant id}/oauth2/v2/authorize do not appear to be accepted by the REST API. Is that to be expected?
Thank you!