Hey,
We are tring to display in an Iframe a cloud shared DataMiner dashboard internal web site. we are getting the below error.
Is that something that we can conifure \ set to allow it?
The main URL seems to load successfully, but then it redirects to the login page at https://dataminerservices.b2clogin.com/ and the browser refuses to display this page.
The login page has a setting of X-Frame-Options: deny which tells the browser not to load it. This could be removed and substituted with a Content-Security-Policy setting that allowed the 360 domains to load it. But, usually login pages purposely don't allow this kind of thing for security reasons.
Does Dataminer have any kind of embed token, or public embedding method that could be a solution?
Thank you.
Hi Guy,
Could you give a little more context about what you're trying to achieve here? (The image you tried to share did not seem to load correctly)
To use a share for this purpose, you would need to share the dashboard with everyone that needs to be able to view it on the internal website. Is there a reason to not directly show the dashoard?
Next to that, there is also the issue of the login itself in case of using the cloud url (*.on.dataminer.services). This is indeed there for security reasons. Are you trying to use this because you don't have direct access to the DMA where you're trying to show the dashboard from?