Emedding Servicenow PA dashboard into Share Point Page

meetanuj_awasth
Kilo Contributor

We use Share Point and lot of the times we embed Tableau Dashboards in Share Point using the URL. This is how so many users access of dashboard through Share Point. 

We have been trying to embed our PA dashboard by using dashboard URL (Copy Dashboard URL) but dashboard never renders on Share Point portal. What could be the problem ? How can we embed our PA dashboards in SharePoint?

1 ACCEPTED SOLUTION

Adam Stout
ServiceNow Employee
ServiceNow Employee

Take a look at the browser console if you are getting and error.  I'm guessing there is a security constraint blocking it.  You may have to while list the Sharepoint URL so ServiceNow will allow you it iframe it in (which is a security issue if not controlled).

View solution in original post

3 REPLIES 3

Adam Stout
ServiceNow Employee
ServiceNow Employee

Take a look at the browser console if you are getting and error.  I'm guessing there is a security constraint blocking it.  You may have to while list the Sharepoint URL so ServiceNow will allow you it iframe it in (which is a security issue if not controlled).

NJ13
Giga Contributor

Hi Adam,

How can we whitelist, or where we need to list the sharepoint URL exactly?

 

Thanks in advance!

Adam Stout
ServiceNow Employee
ServiceNow Employee

My experience is that it is the source system needs to be managed as that is what is blocking embedding it.  For example, if you want to embed ServiceNow in another system you have to config ServiceNow to allow it:

https://docs.servicenow.com/csh?version=latest&topicname=x-frame-options-sameorigin

You'll have to find the equivalent on your source system.