Forum Discussion
Azure B2C in a frame because it set 'X-Frame-Options' to 'deny'.
https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/tab-requirements
- ThusharaManchanayakeMay 23, 2023Copper ContributorThanks for the recommendation!! I will take a look.
- Rajnivas_ThiyagarajanApr 17, 2024Copper Contributor
Hi ThusharaManchanayake Sayali-MSFT ,
Have found the issue and rectified?Currently, we're in the process of integrating Single Sign-On (SSO) functionality into our React/Typescript based iframe web application, which operates within an iframe.
For user authentication, we're utilizing Azure AD B2C, while AWS Cognito serves as our internal database for user data management. During development, within the iframe environment, we successfully implemented SSO login without any issues. However, upon deployment of our iframe application into the parent web application, we encountered an obstacle when trying to initiate the SSO login process. Specifically, we received the error message:
"Refused to display 'https://test.b2clogin.com/' in a frame because it set 'X-Frame-Options' to 'deny'."
Upon investigation, it became apparent that the 'X-Frame-Options' header for 'https://test.b2clogin.com/' is configured to 'deny', thereby preventing its display within iframes. Are there any potential solutions or workarounds for this issue?
We got stucked in the issue for some day, and can't find any potential fixes
.
But found out your related threads having the same cause .
Thanks for your help in Advance!
- Thushara_MApr 24, 2024Copper ContributorSorry, I didn't find any solution yet. Our task was deprioritized.