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

thusira.dissanayake

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by thusira.dissanayake

  1. Hi, I have post my full question in stack over flow. Please find the link beow, http://stackoverflow.com/questions/43204467/create-jasper-user-in-an-organizaition Thanks, Thusira
  2. I am using jasper's visualize.js to display report in a web page. I have created a sample html and need to perform the token based auth. Also i need to pass some query parameters with the auth request. below is my code <!DOCTYPE html><html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <title></title> </head> <body><!-- Provide the URL to visualize.js --><div id="container"></div><!-- Provide a container for the report --><script src="http://localhost:8081/jasperserver-pro/client/visualize.js?logLevel=error&_opt=true"></script><script>var str = $.param({ districtId: 12345});visualize({ auth: { token:"Bearer%20r5srPawAH6xzK8KlxqnkD8B1W4nS3SmZgxk1j4P4mRzCBwLArNGdTgKAlYuMQrwh", queryParams:str, preAuth: true, tokenName:"token" }}, function(v) {alert("success");},function(err){ alert(err);});</script> </body></html>[/code]I am getting error saying that queryParams in unknown property. I checked the API but it is there in the definition. What is wrong in my usage ? Please help, Thank you, Thusira
×
×
  • Create New...