You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the initCCP() to embed the panel with loginPopup as true.
It opens the popup and close when the agent signs in and show the panel properly.
If I set loginPopup as false.
if agent is logged in already, it loads the panel otherwise it refuses to connect (domain is whitelisted in aws connect).
It should show login page in this case.
is there a way to solve this ?
Can this login flow happen without the pop, as it's not directly evident to the agent that the browser is blocking the login popup?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I use the initCCP() to embed the panel with
loginPopup as true
.It opens the popup and close when the agent signs in and show the panel properly.
If I set
loginPopup as false.
if agent is logged in already, it loads the panel otherwise it refuses to connect (domain is whitelisted in aws connect).
It should show login page in this case.
is there a way to solve this ?
Can this login flow happen without the pop, as it's not directly evident to the agent that the browser is blocking the login popup?
Beta Was this translation helpful? Give feedback.
All reactions