We use iframe to make our app pluggable to any website. Although we use loginWithRedirect in our main site, we have to settle with loginWithPopup on the iframe because social logins such as Google and Facebook logins do not work on iframes. However, recently, we discovered that loginWithPopup does not also work on Safari. When the user clicks on the login button, the popup window opens but fails to authenticate. Any ideas how to make this work?
Our team is responding to our frequently asked questions.
The is limitation is due to certain browser disabling third party cookies by default.
I can recommend the following possible solutions provided in those community posts based on your use case:
Hope this helps!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.