Forum Discussion
Victor_Marante
Nov 12, 2021Copper Contributor
Embedding remote desktop web client in IFrame
Hi, we are currently working on a custom solution for a customer that builds upon Virtual Desktop. We have built a "cloud hub" website where the user manages everything from their profile, storag...
JMTeamway
Feb 11, 2022Copper Contributor
Hi !
I am also working on this scenario.
Currently I have the same behavior with an infinite loading spinner.
I have a more detailed error in the console :
Unhandled rejection BrowserAuthError: redirect_in_iframe: Code flow is not supported inside an iframe. Please ensure you are using MSAL.js in a top frame of the window if using the redirect APIs, or use the popup APIs. (window.parent !== window) => true
I found a barely related issue in Github about MSAL behavior in Teams app custom tab :
https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/2531
Nothing helpfull for me at this moment ...
Any progress on you side ?
I am also working on this scenario.
Currently I have the same behavior with an infinite loading spinner.
I have a more detailed error in the console :
Unhandled rejection BrowserAuthError: redirect_in_iframe: Code flow is not supported inside an iframe. Please ensure you are using MSAL.js in a top frame of the window if using the redirect APIs, or use the popup APIs. (window.parent !== window) => true
I found a barely related issue in Github about MSAL behavior in Teams app custom tab :
https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/2531
Nothing helpfull for me at this moment ...
Any progress on you side ?
Jacob_Larsen
Feb 03, 2023Copper Contributor
Hey!
Any updates?
Any updates?
- JMTeamwayFeb 03, 2023Copper ContributorUnfortunaltely not, I stopped working on this scenario until I find some news on this