Category: | Bug report |
Priority: | High |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I am getting Authentication Error in Safari when Using Visualize.js or Iframes to Embed Dashboards, Reports into my web application. It is working perfectly fine with latest versions of Chrome , Firefox.
Currently I am using basic type of authentication for visulaize.js i.e. like below
visualize.config({
auth: {
name: "username",
password: "password"
}
});
Also tried using Iframes and sending username, password as query params in the URL but Same Authentication Error pops up.
I checked in JasperSoft Community forums also. It came across few posts and saw people were not able to fix this issue using with safari. Hence raising this here.
v6.2
1 Comment:
Hello,
Please try authenticating with the following sample (without .config)
visualize({
auth: {
name: "username",
password: "password"
}
});
I hope this helps,
Raphael