Hi All,
We are using PEGA as a User Interface to view the document. Once the user clicks on Hyperlink, the document should be opened in the Pega system. The document will be uploaded to Documentum before they open it.
When the user clicks on Hyperlink, PEGA will call DCTM Rest API Services and DCTM will send back the ACS URL to view the document.
I have few questions related to this.
- We would like to avoid a use case where ACS url is generated by a user who has access rights and then it is shared with someone else who is not authorized to see the document. How to achieve it?
- Will the ACS URL authenticate the user when opening the document?
- Can we implement SSO Specific to Rest web services?
- Will there be any impact if we change the repository. validation. delta value in acsfull. properties to 1 min?
Immediate help is appreciated.