Forum Discussion
pkulla
Jan 22, 2020Copper Contributor
Refused to display ‘login.microsoftonline…’ in a frame because it set ‘X-Frame-Options’ to ‘deny'
I’m currently trying to implement my website into Microsoft Teams. For that I’ve made a custom app with App Studio. In that app I have a tab to direct to my website. This website has a button that ex...
cpttony
Apr 24, 2023Copper Contributor
pkullaAny luck with this issue? I'm facing the same problem with some users. It works just fine with others.
RayChien
May 11, 2023Copper Contributor
Check the cookie setting in their browser to make sure the cookie of login.microsoftonline.com is not blocked.
This post may help...
https://learn.microsoft.com/en-us/answers/questions/957121/login-microsoftonline-com-refused-to-connect-on-xf?orderBy=Helpful
This post may help...
https://learn.microsoft.com/en-us/answers/questions/957121/login-microsoftonline-com-refused-to-connect-on-xf?orderBy=Helpful
- ThusharaManchanayakeMay 15, 2023Copper ContributorI'm having a similar problem with Azure B2C. Allowing all cookies does not solve the problem for me. These authentication providers appear to have been configured to block loading via IFrame, over which we have no control. Could someone please correct me if I'm mistaken?
- HolzknotenJul 03, 2024Copper Contributor4Years later i got the same issues with the "new Teams APP"
If there is a extern Website in a Teams Tab i got the error to try OAuth2 with M365.
Teams Tab with Website is like an Frame.
ORIGIN = https://teams.microsoft.com
MS setup that it is not allowed for Third Party Websites to Use "login.microsoftonline..."
that confuse me.
in the classic Teams it will be work.