Teams-Auto-Joiner icon indicating copy to clipboard operation
Teams-Auto-Joiner copied to clipboard

Make Third-Party Authentication friendly

Open 5arthak01 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. The bot cannot process third-party authentication. The email is entered for Microsoft sign-in and then at the main login portal, only the password is entered.

Describe the solution you'd like When credentials are provided in the config or terminal, the bot should be able to automate third-party authentication redirects. Maybe checking if the email slot is already filled before filling password would work?

Describe alternatives you've considered Currently, manual authentication suffices.

Additional context Although a solution exists, it comes at a huge cost - the app can boot only if the user is present, which usually renders the bot useless. A workaround for this now is to shift the sleeping into the main() when waiting for teams to be initialised is present already.

5arthak01 avatar Feb 10 '22 22:02 5arthak01

I don't know how I would implement this, as I have no idea how such a third party login would actually look like. If you manage to make it work please create a pull request.

TobiasPankner avatar Feb 11 '22 06:02 TobiasPankner