Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teams apps not working with external (non-guest) users #2508

Open
Tryptophan opened this issue Sep 12, 2024 · 7 comments
Open

Teams apps not working with external (non-guest) users #2508

Tryptophan opened this issue Sep 12, 2024 · 7 comments

Comments

@Tryptophan
Copy link

Hi dev team,

We want to be able to have teams users share an app added to a meeting with users within and external to their organization. According to the Teams documentation here: https://learn.microsoft.com/en-us/microsoftteams/apps-external-users#external-access-users this should be a supported method, but we have found that is not the case.

Expected behavior:

  1. User from host org creates and joins a meeting.
  2. That user adds an app to the meeting.
  3. User from external org (non-guest) joins the meeting.
  4. The external user can see the app icon to open the side panel view or can view the stage view share when the user from the host org shares. <-- This doesn't work.

When experimenting with this we found that Anonymous users can use apps in the meeting (both side panel and stage view sharing), this was accomplished by setting

"meetingExtensionDefinition": {
    "supportsAnonymousGuestUsers": true
 }

in the manifest, but even when this is set external users cannot access the app.

When external users are launched into stage view for a shared app, they see the following message:
image
there is nothing logged to the console in teams for any information on why this error occurs.

Both orgs have default teams settings, which allows for external access of meetings and interaction with apps in meetings.

The only way that I have been able to get external users to be able to interact with the host orgs apps in meetings is when I add them as a guest to a team in the host org, but this is not an ideal user experience as they would need to add every external user every time they wanted them to use the app.

Since this is a documented supported use case, I'm wondering why this doesn't work, please let me know if I am missing anything or if you are able to reproduce the same thing. This has been tested both on the web and native versions of teams with the same results.

From the docs linked above:

Users in the hosting organization can add apps in meeting chats with people from other organizations. People from other organizations can't add apps in meeting chats but can interact with bots, tabs and message extensions once added to the chat.
@Meghana-MSFT
Copy link

Thank you for reporting this, we will check this and get back to you.

@ChetanSharma-msft
Copy link

Hello @Tryptophan - We are looking into your issue and let you know the updates.

@Meghana-MSFT
Copy link

@Tryptophan - We checked this issue by setting up this sample - https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/app-anonymous-users/nodejs

Below are the observations:

  1. External user(A user from another tenant and not added as guest in our tenant): Share to stage view is working for External user. User was able to see the stage view.
    image

  2. Anonymous user(A user with no Microsoft account login): Share to stage view is not working for Anonymous user. User is getting Can't show this content error popup.
    image

Based on the description above it seems like stage view is not visible to external users as well in your case.

@Tryptophan
Copy link
Author

Hi @Meghana-MSFT , I don't see the (External) or (Unverified) tags on the users in the calls for the screenshot you provided. Which user in the first screenshot is the external user? The bottom user (MA)? Can you provide more detailed instructions on how you reproduced this? I tried cloning and running the repo you sent but got the same error I did before.

@Meghana-MSFT
Copy link

Yes, the bottom user MA is the external user.

  1. We did setup and ran the sample locally.
  2. Clicked the "Share Invite" button, copied the URL.
  3. Directly pasted it in incognito window and joined the meeting as an Anonymous user. When host clicked on share to stage view, it gave error pop up for Anonymous user. (Bottom user in 2nd screenshot)
  4. Shared the link with a user from a different Microsoft tenant who is not part of host's tenant (External user). When host clicked on share to stage view, user was able to see the stage view. (Bottom user in 1st screenshot)

@ChetanSharma-msft
Copy link

Hello @Tryptophan - Sorry for the inconvenience.
Could you please share error logs or any specific code changes in the sample code via mail: [email protected]

Also, please let us know if we can connect over Teams call to check on your issue quickly and resolve it as soon as possible.
Please share your email details here [email protected] so that we can connect.
We work in IST time zone. (9:30AM-6:30PM), so please suggest your time accordingly to setup the call, if needed.

Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants