Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Presenting ServiceNow content in Confluence

rlatorre
Kilo Sage

We are trying to present ServiceNow reports, record lists, etc on a Confluence wiki page using an iFrame. We found that ServiceNow is preventing the data from being displayed in the iFrame due to security rules to prevent XSS.

Has anyone found a way for this to work? Other solutions?

1 ACCEPTED SOLUTION

dmfranko
Kilo Guru

I had a similar question.   There's actually a setting you can flip to allow cross-origin x-frames glide.set_x_frame_options.


View solution in original post

5 REPLIES 5

dmfranko
Kilo Guru

I had a similar question.   There's actually a setting you can flip to allow cross-origin x-frames glide.set_x_frame_options.


Excellent! Thank you.


No problem.   What I actually ended up doing instead in my case was pulling the data I needed via the Rest API and using a little bit of angular to present it.


svani
Tera Contributor

Hi @rlatorre ,

 

I know its very very late, i need to do the same work to present reports to confluence, i am not sure where to start, could you please provide me the steps to acheive this.

 

Thanks in advance.