I am attempting to use Slide to provide webdav access to a proprietary DMS.
Is there currently any way to obtain authentication information within a
slide store? The DMS maintains ACLs and I want it to do security checks as
I access folders/documents within it. I need to obtain the username and
password the user logged in with to do this.
An example of the steps I would like to occur:
1) Client performs PROPFIND
2) retrieveObject(uri) is called in my NodeStore
3) At this point I want to obtain the loginname and password of the user.
4) I check some data structure to get a session cookie that exists if I have
logged the user into the DMS, if not I log the user in and obtain the
'cookie'.
5) I call into the DMS using the session cookie to obtain the object
represented by the uri.
6) Return a slide ObjectNode.
Is this possible?
Thanks,
Adam Klatzkin
Software Engineer
Bentley Systems