Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Library
Created by Guest
Created on Feb 14, 2017

Pass a login and Password in a URL that open a DXP file

Hello

We need to be able to open a specific DXP file (consumer mode), with a link on a page.

Our user don't all have a spotfire account, and this DXP file need to be open by anyone in the compagny.

We test this

http://spotfire/SpotfireWeb/ViewAnalysis.aspx?file=41dacf61-fb1b-4fe9-a621-9518d4af82f9?username=MYLOGIN&password=MYPASSWORD&AspxAutoDetectCookieSupport=0

But the support told me that it's only working to open the login page.
Like this :

http://localhost/SpotfireWeb/Login.aspx?username=1&password=1&AspxAutoDetectCookieSupport=0

 

Could we add the possibility to use this method on a link to a dxp file?

Thanks

  • Attach files
  • Guest
    Reply
    |
    Feb 22, 2017

    Why can't you implement Windows Authentication? Or Anonymous user? Or use a Web Mashup with the Java Script API and then handle authentication in another Web Application.