aircall / aircall-everywhere

SDK to embed and communicate to Aircall phone in any web page
https://aircall.github.io/aircall-everywhere
25 stars 16 forks source link

How to auto login into aircall phone window after the authentication with aircall account (Oauth)? #35

Closed kamleshProtech closed 3 years ago

kamleshProtech commented 3 years ago

How to auto-login into aircall phone window after the authentication with aircall account (Oauth)?

In our app, firstly authenticate the aircall account (using Oauth integration) and after the authentication process, aircall redirects to our website/app and on this redirect page, we display aircall phone window, but the aircall phone is not auto-login first time. We again login into this window.

Can you provide a solution for this so we can use a single login?

eulbat commented 3 years ago

Hello @kamleshProtech

This is expected, the OAuth flow is to authorise your integration to use the public API, but it does not affect the user being logged into the phone or not. The user will have to log into the embedded phone, unless they were already logged in the web app.