These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Rest Permissions Check

Do you know of an endpoint that we can do security checks for when using an OAuth type call? I found a discussion on using the DocumentSummary endpoint and then the Document endpoint to get access to documents that are uploaded to RiSE. What I don't know is if there is a security endpoint in which I can check if the document requested is viewable to the public? Since the OAuth user has access to pull the doc data, I don't want to just allow full access to a document that would require a certain level of access.

I haven't seen a way to get access to a document other than using the download document link in the html content widget, so was looking for another option so that I could use it with a UD BO and a public IQA. Pull the data back out from the public IQA and display a link to download/open the document. So I have the REST calls now to search and fetch the doc, just want to make sure the security for the doc is allowed. I don't want to just have an open download feature that if you guess the right path and doc name, you can access a secured document.