开发者

Opening sharepoint documents from Silverlight and re-use session

开发者 https://www.devze.com 2023-03-07 13:21 出处:网络
We have a silverlight application thats behind a ISA server, and the users have to authenticate against the ISA server.

We have a silverlight application thats behind a ISA server, and the users have to authenticate against the ISA server.

In the silverlight application we uses Sharepoint 2007 as a documentlibrary (the backend uploads the documents).

When the user wants to open a document, we use a javascript, editDocumentWithProgID2, and HtmlPage.Window.Invoke(...) in silverlight.

The problem is that word/excel shows a new login dialog, so the users have to login again. Is there a way of avoiding this login dialog?

che开发者_C百科ers Thomas


Word/Excel act like a second "browser", you can't reuse the session. The only way to avoid double login is to save the file on the local drive and then open it with office.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号