You guys are my last hope. I have been extremely disappointed in Solarwinds and their complete lack of understanding when we reached out to them.
All I want to know is how I can put a Orion report into another webpage?
Something similar to this example https://community.rstudio.com/t/embedding-html-widgets-in-shinyapp/20429/2
Or this https://stackoverflow.com/questions/41655558/embed-external-content-without-iframe.
Below is all the research I have found so far:
- The url of the workbook I want to share is this: OurOrionServerName/Orion/SummaryView.aspx?ViewID=106
- We have configured it so both Orion and websites we want to embed to require separate 3-Factor Authentication via VPN to even access.
- The both Orion and the website we want to embed to use the same SSO.
- https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-using-the-directlink-account-sw2279.htm
- https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-user-account-access-settings-sw2264.htm
- https://support.solarwinds.com/SuccessCenter/s/article/NPM-11-5-and-later-prevents-an-iFrame-from-displaying-within-an-external-web-site-or-a-custom-web-page?language=en_US
- https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/58940/11-5-and-iframe
- https://www.hacksplaining.com/prevention/click-jacking
- https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/store-policies/csp
However, its very difficult to figure out how to combine everything together with all the recent updates and changes.
Can anyone help?