Authentication
6 TopicsTeams client "Loading Microsoft Teams" issue TM236316
1/29/2020 4:30 PM PST Edit: (Official documentation for this issue has been released under the M365 Admin Center - Service Health Dashboard message (TM236316)). Please use that message (which is marked below) as the formal communication of use. Title: Some users that utilize the same username with work/school and personal Microsoft account can't launch Teams desktop app User Impact: Users may be unable to launch the Microsoft Teams desktop client. More info: Affected users may see a message that states, "Loading Microsoft Teams"; however, the client does not load. Affected users may be able to load Microsoft Teams in compatibility mode as a workaround. Alternatively, the Microsoft Teams web client works as expected. Users with the same email address for their work and personal account can rename their personal account by following the instructions described here: https://go.microsoft.com/fwlink/p/?LinkID=733247 Current status: Our short-term mitigation and long-term remediation efforts are progressing as intended. To prevent further impact from occurring in new downloads of the Teams desktop client, we've updated the Teams download page with a prior build to prevent further recurrence of this issue for any future downloads. As a longer-term fix, we are currently testing and validating the effectiveness of an updated build. This process is progressing as expected and we estimate that the new build will be ready for deployment early next week. In parallel, we're continuing to develop and test an additional fix that will update users' current version, as well as automatically remediate the issue for any user that is in an impacted state. While this work is underway, users with the same email address for their work and personal accounts have the option of mitigating impact by navigating to the teams.microsoft.com/downloads page, uninstalling the client, and redownloading the updated version. Scope of impact: Impact is specific to users utilizing the same username with work/school accounts and their personal Microsoft account. ================================================================== Hello everyone, We've identified a bug on the latest desktop app build that prevents a small number of users from signing in, as users would hit an issue loading the client similar to the following screenshot: This issue only affects/affected users who use the same username with their work/school account (AAD) and their personal Microsoft account (MSA). Any currently affected users should uninstall Teams and download it again from https://teams.microsoft.com/download or use the Teams web app while we resolve the issue. Note, if you're currently using the same email address with a work and a personal account, Microsoft recommends renaming your personal account as described here: https://go.microsoft.com/fwlink/p/?LinkID=733247. #GoTeams Sam Cosby, Teams Engineering PM6.5KViews3likes7CommentsMSTeams 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, using promises but nothing is worked. calling authenticate following microsiftTeams.initialize() is opening a browser tab instead of a desktop client popup Any workaround for this? Is there a way to debug MS-teams desktop client? Teams SDK : Pernille-Eskebo/teams-js: 1.8.0 Angular 8 microsoftTeams.authentication.authenticate works on web client but not on the desktop client3.1KViews1like4CommentsGenerate Team/Channel link via API
Hi everyone, I would like some help with the Microsoft API Graph - Teams product. I'm creating a new app in my Azure Directory to be able to interact with the Teams and groups that exists within this directory. I was able to create a group, some users, a team and some channels via API. I was wondering if there's any way to generate or get the channel link from any team/channel related endpoint. I saw that from the "me/joinedTeams" details there's a field named webUrl, but it's always empty for any teams I'm in. Another thing I was trying to achieve is to get some "pre-authenticated" link for a specific user, with a direct access to a joined team or a team in general. Let me explain this : - I'm able to authenticate my app on behalf of a user - I'm able to refresh and renew authentication via the auth/refresh token for a given user Now at this point, I can act as a user. But how can I generate/get some sort of deep link or authenticated deep link where anyone ( who possess this link ) can click and via this link, be logged as given/chosen user automatically, causing the load/open of the team (web/app) directly with the selected user on the proper/provided team channel? ThanksSolved7.5KViews0likes4CommentsClosing a Tab Configuration Dialog Orphans Authentication Pop-up Window
Hi there, Our team has encountered a bug with MS Teams handling of an authentication popup window when launched through a Tab Configuration dialog. Repro steps: 1) Go to a Team channel and click the + button to add a new tab. 2) Select an app that requires authentication as part of the tab configuration process. 3) Initiate the authentication process. The authentication pop-up window should appear. 4) Before the authentication pop-up completes, close the Tab configuration dialog. Expected results: The authentication pop-up window should be closed/cancelled when the tab configuration dialog is closed, or closed when the notifySuccess/notifyFailure events are triggered. Actual results: The authentication pop-up continues running, and doesn't close on completion (likely because Teams is no longer listening for the notifySuccess/notifyFailure events).1.4KViews0likes1CommentTeams Tab App Validate User
I have a Teams tab app which is used by a few people from outside my organization as guest users in Teams. I'm required to provide them a separate view in my app. To facilitate that, I determine the incoming user using login_hint from the tab context. How do I validate that the incoming guest user using the login_hint or the tab context for that matter?1.4KViews0likes1Comment