Forum Discussion
Display "myapps.microsoft.com" on a SharePoint site page
- Aug 13, 2019
Ruud van Wijk Often You get this (or a similar) message when trying to embed content:
"Embedding content from this website isn't allowed, but your admin can change this setting. They will need to add 'thewebaddress.com' to the list of sites that are allowed."
This can be changed but it is nothing i recommend: https://support.office.com/en-us/article/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b?ui=en-US&rs=en-US&ad=USThe easy solution is: Create a link or a button named "View my applications" and link it to this page: https://account.activedirectory.windowsazure.com/r#/applications
Ruud van Wijk, you need to use an iframe. Width and height needs to be also defined.
<iframe width="400" height="400" src="https://myapps.microsoft.com"></iframe>
- Ruud van WijkAug 13, 2019Copper ContributorMatti, I'm getting closer and closer! Thanks! Unfortunately, the next error appears and it reads "This content cannot be displayed in a frame". Is there something I can do to work around this?
- MagnusGoksoyrOLDProfileAug 13, 2019Bronze Contributor
Ruud van Wijk Often You get this (or a similar) message when trying to embed content:
"Embedding content from this website isn't allowed, but your admin can change this setting. They will need to add 'thewebaddress.com' to the list of sites that are allowed."
This can be changed but it is nothing i recommend: https://support.office.com/en-us/article/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b?ui=en-US&rs=en-US&ad=USThe easy solution is: Create a link or a button named "View my applications" and link it to this page: https://account.activedirectory.windowsazure.com/r#/applications