How to logout a user programmatically from the Spotfire Server when using external authentication filters, or in Web Player mashup applications.

How to logout a user programmatically from the Spotfire Server when using external authentication filters, or in Web Player mashup applications.

book

Article ID: KB0083373

calendar_today

Updated On:

Products Versions
Spotfire Web Player 7.5,7.6,7.7,7.8,7.9,7.10

Description

The logout url for the new version of Spotfire has been updated and it can be used in Web Player mashups.

Issue/Introduction

How to logout a user programmatically from the Spotfire Server when using external authentication filters, or in Web Player mashup applications.

Resolution

To logout a user's Spotfire session, use the following URL: 
 
     http://<spotfireserverhost>:<port>/spotfire/logout.jsp
 
where
 
     <spotfireserverhost> is the server name or IP address for the Spotfire Server instance
 
and
 
     <port> is the port that the Spotfire Server instance is listening on.