I am trying to display the edit profile page in an IFrame however I get an error, "This content cannot be displayed in a frame". From what I have found on-line this is disabled with SharePoint to prevent clickjacking, but can enabled by adding
a control to the aspx page, <WebPartPages:AllowFraming runat="server"/>. Since FIM overlays SharePoint I am assuming that SharePoint is the cause of the problem. I am just not sure where the aspx page is that I need to modify or if I can modify
it. I certainly don't want to break my environment.
↧