Forum Discussion
priyantha125
Nov 25, 2020Copper Contributor
MSTeams Desktop Client Authentication : Popup not showing [Angular @microsoft/teams-js: 1.8.0]
Hi There, microsoftTeams.authentication.authenticate works perfectly on teams web client but not working on the teams desktop client, Tried many workarounds suggested by ms community, async, usin...
ThereseSolimeno
Nov 25, 2020Former Employee
does this help? priyantha125 authentication.authenticate() opens in external browser tab instead of pop-up window on first call - Microsoft Tech Community
- Amey2020Dec 18, 2020Copper Contributor
Hi ThereseSolimeno,
I am facing same problem as priyantha125 and have tried the solution referenced in the link you have mentioned.
Is there anything else we can try?
- priyantha125Sep 22, 2021Copper ContributorHi,
Please check for multiple Microsoft teams SDK initializations (microsoftTeams.initialize()), if you have multiple initializations in the same component the authentication pop-up won't open
- priyantha125Nov 25, 2020Copper Contributor
Thanks, but I tried solutions in this discussion, mentioned solutions did not work for me