Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone Connect Authentication Popup #952

Closed
BradenM opened this issue Sep 16, 2020 · 1 comment
Closed

Phone Connect Authentication Popup #952

BradenM opened this issue Sep 16, 2020 · 1 comment
Labels
bug Something isn't working phone

Comments

@BradenM
Copy link
Member

BradenM commented Sep 16, 2020

Describe the bug
Currently, the "smoothest" method we have been able to achieve when it comes to authenticating with Connect is via SAML authentication and utilizing their popup method. While this works, it has numerous short comings and is overall negative towards user experience.

To Reproduce
Steps to reproduce the behavior:
1.) If needed, clear connect's authentication related cookies
2.) Navigate to phone page

Expected behavior
A clear and concise description of what you expected to happen.

Would be amazing to completely get rid of the popup. However, as @RaymondXD pointed out, that's considerably easier said than done (if possible at all 😞).

If no popup is simply not an option, than we'd like to achieve the following:

1.) Make any improvements to minimize the impact of the popup on the user's experience, such as:

  • Prevent any unnecessary re-authentications
  • Minimize the time in which the popup is open before auto-closing.
  • Somehow hide the popup, or allow it to act in the background.

2.) Implement logic to check if the current user's browser has popups blocked, then:

  • If yes, popups are blocked: Bring up a modal before initializing connect (similar to the "enter a valid phone/language" popup) and inform the user to (and how to) allow popups on this site.

  • If no, continue as normal.

Notes

The amazon-connect-streams library recently merged a long-standing pull request to implement options for forcing the login popup into a window. This may come of some use.

@BradenM BradenM added the bug Something isn't working label Sep 16, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.60. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working phone
Projects
None yet
Development

No branches or pull requests

3 participants