Hi,
I have a simple HTML page which have a simple iFrame tag as below:
<iframe src="http://<ip>:<port>/CRMDev/workplace/home_dashboards.aspx" sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-pointer-lock allow-top-navigation" width="100%" height="100%" ></iframe>
I am trying to load system dashboard of CRM in an iFrame on my application. I have tried all the following links in src of iFrame:
Online:
https://<crmip>:<port>/workplace/home_dashboards.aspx
https://<crmip>:<port>/dashboards/dashboard.aspx?dashboardId=2701DE60-8F2A-48A4-8262-4A35CA7441FA&dashboardType=1030&pagemode=iframe
https://<crmip>:<port>/workplace/home_dashboards.aspx?dashboardId=2701DE60-8F2A-48A4-8262-4A35CA7441FA
On-Premises:
http://<crmip>:<port>/workplace/home_dashboards.aspx
http://<crmip>:<port>/dashboards/dashboard.aspx?dashboardId=2701DE60-8F2A-48A4-8262-4A35CA7441FA&dashboardType=1030&pagemode=iframe
http://<crmip>:<port>/workplace/home_dashboards.aspx?dashboardId=2701DE60-8F2A-48A4-8262-4A35CA7441FA
When embeding any of the above links in an iFrame I got the following:
On-Premises CRM show a login pop-up of Windows Authentication, after entering the correct credentials it shows 'Access is Denied' AND 'Permission Denied' on the console window of browser
Online CRM shows in iFrame that 'This content cannot be displayed in a frame'
When I access all the above URLs directly by typing them on the browser address bar it works.
Does MS CRM doesn't allow us to embed the dashboards in an iFrame?
*This post is locked for comments
I have the same question (0)