Closed kaykhan closed 4 months ago
Following on from this, i... for some reason decided to setup the IB Key Mobile Authenticator.
Once you set that up you cannot revert back to receiving SMS codes.
What are my options now... :facepalm
@kaykhan glad you've figured it out, yeah, once you go to IB Key you cannot go back π’
Did you consider OAuth? Are you an institutional account? https://ibkrcampus.com/ibkr-api-page/cpapi-v1/#oauth-introduction
@kaykhan glad you've figured it out, yeah, once you go to IB Key you cannot go back π’
Did you consider OAuth? Are you an institutional account? https://ibkrcampus.com/ibkr-api-page/cpapi-v1/#oauth-introduction
Ive not considered OAuth, im on an individual account. (just to confirm oauth is only possible on institutional accounts?)
So im guessing i need to create a brand new IBKR account if i want to continue on this journey? (creating a secondary user on the same account won't work? - how do they authenticate...)
And it looks like my original issue would have been resolved - https://github.com/Voyz/ibeam/issues/188 by using the 0.5.4-rc2 image. Damn why did i enable IB Key :(
That's indeed misfortunate @kaykhan :( Once enabled, you're stuck with it it seems. Opening a new account could potentially be a fix - however IBKR indicate they want to phase out SMS 2FA at some point.
OAuth indeed is only for institutional accounts for now - although IBKR say they want to make it available for all.
That's indeed misfortunate @kaykhan :( Once enabled, you're stuck with it it seems. Opening a new account could potentially be a fix - however IBKR indicate they want to phase out SMS 2FA at some point.
OAuth indeed is only for institutional accounts for now - although IBKR say they want to make it available for all.
thanks for confirming that. I will close this issue.
Hi friends,
I am attempting to handle 2FA via the google messages handler - https://github.com/Voyz/ibeam/wiki/Two-Factor-Authentication#google-messages-handler
I have a docker-compose file and env.list setup.
I run
docker compose up
According to the wiki i am expecting to see the qr code url but i never get it. What is happening here?