Hi our D2-Smartview is integrated with OTDS, we try to access a document by calling the following link
https://<d2server>/D2-Smartview/ui/?redirect=false&docbase=<repository_id>#d2/nodes/<object_id>
this will redirect us to otds login and after login we can see the document
However we want to access this document without needing to signin with username and password
We have otds established with our solution, Can we access D2-smartview with OTDS ticket added to the url? or similar method
i know we can embed folderbrowser to view a folder, but we want to check on a specific document directly .
Thanks