Forum Discussion
Deleted
Oct 01, 2019This content cannot be displayed in a frame
We cannot use forms anywhere in Sharepoint because when web part is added the window displays a "This content cannot be dispalyed in a frame" Other browsers report "login.microsoftonline.com refused ...
latonita
Dec 03, 2019Copper Contributor
We have same issue.
Marketing dept created form, embedded it on the sharepoint page and sent out to whole organization.
As a result - half of organization can see form, half - not.
Form is not anonymous, so it requires user to be logged in to record his name.
This what we see in console:
Refused to display <a href="https://login.microsoftonline.com/common/oauth2/authorize?client_id=00000002-0000-0ff1-ce00-000000000000&redirect_uri=https%3a%2f%2foutlook.office365.com%2fowa%2f&resource=00000002-0000-0ff1-ce00-000000000000&response_mode=form_post&response_type=code+id_token&scope=openid&msafed=0&client-request-id=xxx&protectedtoken=true&nonce=xxx&state=xxx’" target="_blank">https://login.microsoftonline.com/common/oauth2/authorize?client_id=00000002-0000-0ff1-ce00-000000000000&redirect_uri=https%3a%2f%2foutlook.office365.com%2fowa%2f&resource=00000002-0000-0ff1-ce00-000000000000&response_mode=form_post&response_type=code+id_token&scope=openid&msafed=0&client-request-id=xxx&protectedtoken=true&nonce=xxx&state=xxx’</a> in a frame because it set ‘X-Frame-Options’ to ‘deny’.
Any ideas?