Skip to main content
Best answer

Account Not Visible After Successful Authentication

  • November 1, 2024
  • 1 reply
  • 50 views

Forum|alt.badge.img

I’ve updated app authentication from API key to OAuth 2.0. I’m currently testing in Private mode.

 

OAuth flow works in a way that pop-up opens, login-in, grant access, and closes pop-up. However, the account in Trigger doesn’t show up even if I wait like a minute or two. It shows up after force refresh the page and account shows up. Is there a way that accounts show up smoothly without user have to refresh the page? I’ve noticed other apps, automatically change the account to new one that’s signed in.

 

Any thoughts on why this might be happening?

Best answer by cjjeonBest answer by cjjeon

Found and fixed the issue. My app was blocking `window.opener` due to strict security implementation. Just allowed for this purpose and seemed to work

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img
  • Author
  • Beginner
  • 1 reply
  • Answer
  • November 2, 2024

Found and fixed the issue. My app was blocking `window.opener` due to strict security implementation. Just allowed for this purpose and seemed to work