Closed
Description
Steps to reproduce
- Install Magento from
develop
branch. - In Magento Admin: System > Extensions > Integrations click Add New Integration.
- Enter an integration name, email address, callback url and identity link url.
- Click API tab on the left and choose Resource Access All.
Click Save. - The new integration displays in the list of integrations. Click the "Authorize" link for the new integration.
- Verify API authorizations and click the Authorize button.
Expected result
- Popup should appear containing the contents of the Identity Link URL.
Actual result
- Nothing happens unless you disable the popup blocker.
- There is not even a notification that the popup was blocked.
Need to improve the flow so the popup avoids the popup blocker. As long as the popup is a direct response to a user action it will not trigger the popup blocker.
Another option is to use an iFrame.