Jump to content
We've recently updated our Privacy Statement, available here ×

Token Based Authentication - Logout feature


kamala.prashanth

Recommended Posts

I have successfully integrated the Jasper server from our application using token-based authentication. Here I am using angularJS to construct the token and calling window.open(url) to open the jasper server in a new tab.

Now my requirement is if I Logout from my application, I want to automatically Logout from the Jasper server also. Is there any way to achieve this?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

This can be accomplished using the REST API for Jaspersoft Server.  The logout event/click in your embedding application can issue a logout call to Jaspersoft Server using the Authentication Service.

Please see the authentication chapter in the following REST API Guide for Jaspersoft Server 7.8.  The logout call is documented there. This logout call will require re-using or passing the JSESSIONID that is issued upon a successful login for the user.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...