sportradar / ms-teams-linux

Microsoft Teams Capsule - unofficial Microsoft Teams app for Linux
MIT License
16 stars 3 forks source link

Unable to login. #21

Open Sam-Hall opened 7 years ago

Sam-Hall commented 7 years ago

Clicking any buttons on our login page trigger the page to load in Vivaldi. The form element is submitted via javascript.

Xubuntu 16.04 64bit Vivaldi stable as default browser We have a custom login page (not ADFS)

kennethaasan commented 7 years ago

Hi @Sam-Hall,

I suspect that it has something to do with https://github.com/sportradar/ms-teams-linux/blob/master/src/background.js#L89. You can try to add your login URL there and see if it works. If not, you can send us your login page URL.

BR, Kenneth

Sam-Hall commented 7 years ago

We have two domain names involved during the login process, sts.cdu.edu.au and portal.cdu.edu.au. I unzipped the AppImage and had a poke around, but couldn't find that js file. Can you include a feature to allow a user to maintain their own ignore list? Or otherwise perhaps to load a custom js file in the working directory I can use to hack it? My level of interest in using Teams isn't great enough yet to try to piece together a development environment for this project sorry. Discord currently works much better and hasn't got all the Office bloat. You can invite anyone in an instant, but it's not entirely the most professional tool for the job.

kennethaasan commented 7 years ago

I think @karmainside can help you