braintree / braintree-web

A suite of tools for integrating Braintree in the browser
https://developer.paypal.com/braintree/docs/start/hello-client/javascript/v3
MIT License
444 stars 134 forks source link

allowDesktopWebLogin option for Venmo works not as expected in iframe #654

Closed neru990 closed 1 year ago

neru990 commented 2 years ago

General information

Issue description

Venmo was integrated into an iframe in my case. The current Venmo user flow works well. However, when the SDK was upgraded to 3.88.4 and allowDesktopWebLogin: true was added, the user cannot be redirected back to the page where the iframe was mounted.

Here're the reproduce steps:

cgdibble commented 1 year ago

Hello! Sorry for the delay and thanks for submitting!

Can you clarify what you mean by "user cannot be redirected back to the page where the iframe was mounted."?

allowDesktopWebLogin will kick off a popup wherein the customer authorizes. Once authorization is completed, the popup will close. There are no redirects.

hollabaq86 commented 1 year ago

closing due to inactivity. Please feel free to make a new issue if you have more info to help us troubleshoot