Embedding ServiceNow KB Articles within an Iframe

Dave M
Tera Contributor

Hi Folks!

We have a website that we would like to embed ServiceNow articles into. I believe the place to do it is within the system properties: glide.ui.concourse.onmessage_enforce_same_origin_whitelist

I added the domain for the site, then tried the direct URL of the site I'd like the KB Article to show within and it doesn't appear to work. Has anyone tried this and been successful? Help would be greatly appreciated!

1 ACCEPTED SOLUTION

Pranesh072
Mega Sage
Mega Sage

You can use the  glide.set_x_frame_options  property. Go through the article before implementing.

 

https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/security/reference/...

View solution in original post

7 REPLIES 7

Pranesh072
Mega Sage
Mega Sage

You can use the  glide.set_x_frame_options  property. Go through the article before implementing.

 

https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/security/reference/...

Thank you! Quick question - I have logged in as admin (sys admin) and it is not letting me change the value to False instead of True. When I put my mouse over it, the icon turns into a crossed circle. I added a screenshot to hopefully explain it better.

It is a sensitive security property required security_admin, elevate your role to security_admin then try.

thank you. that did it!