Hi Jay, I worked out how to retrieve the content with with just 'Basic' Java HTTP authentication, so that's fine. That'll work if we want to retrieve the content ourselves, and present it to the viewer.
Ideally we want to just give the URL of the content to the Daeja viewer applet (as it supports this with the 'filename' parameter), but it does the HTTP request itself and I can't see any way that it can support authentication, so that's my problem now..:-) I know that IBM does integration between FileNet and Daeja ViewOne, but I think that's all for the PRO version, which we don't have. Thanks, On Wed, Aug 27, 2014 at 6:26 PM, Jay Brown <jay.br...@us.ibm.com> wrote: > We currently only support LTPA tokens with the FileNet CMIS server. So > if your client adds a 'Cookie' header with a value of a valid LTPA token > (for the domain where the CMIS and CE server reside) your request will > succeed without a challenge for credentials. > > Does this help you or would you need us to support the passing of the > token as a parameter in the Content stream URL? > > > Jay Brown > ECM Development, IBM > > > [image: Inactive hide details for Tim Webster ---08/27/2014 03:36:11 > AM---Hi, I'm looking to stream documents to the Daeja ViewOne View]Tim > Webster ---08/27/2014 03:36:11 AM---Hi, I'm looking to stream documents to > the Daeja ViewOne Viewer applet using a > > > > From: > > > Tim Webster <tim.webs...@gmail.com> > > To: > > > "dev@chemistry.apache.org" <dev@chemistry.apache.org> > > Date: > > > 08/27/2014 03:36 AM > > Subject: > > > IBM FileNet P8 CMIS URL addressability + Daeja ViewOne Viewer > ------------------------------ > > > > Hi, > > I'm looking to stream documents to the Daeja ViewOne Viewer applet using a > single URL. I understand that a document can be retrieved from the > repository using a URL like so: > > http://host:port > > /fncmis/resources/DEV/ContentStream/idd_9B7C7D0A-A236-489C-A512-AB32B2E676D7/0/document1.xlsx > > However the server prompts the user for basic HTTP authentication > credentials. It looks like Alfresco has a way to deal with this: > > https://wiki.alfresco.com/wiki/URL_Addressability > > Is there anything similar we can do for FileNet? > > Sorry a bit off-topic, but if there are any IBM people out there, do you > know if credentials can be supplied to the Daeja ViewOne applet? Maybe this > would be a way to deal with it instead... > > Thanks, > > >