Guest Access
22 TopicsMisleading Error Message 53004
I wanted to document an issue I have spent a few months on (off and on) in hopes that the error messaging might be improved. The use case is that I can sign-in to Teams however, when I tried to switch orgs (guest access), I am seeing a "Your sign-in was blocked" error message on the screen with a body of, "We've detected something unusual about this sign-in."... I received the same experience when using the web app or the Teams client as well as both at work and at home. When I went into Azure, the failed authentication event said (example pasted at the bottom.) The actual issue was that there was an old unaddressed risky sign-in event that was never dismissed after it was addressed in August. Of course there is a business process gap however, if the both the user facing message and the Azure failed sign-in event had pointed me in the risky sign-in direction instead of an incomplete MFA registration I would have spent considerably less time trying to resolve this issue. I understand if this post needs to be redirected to a different group but I wanted to start by documenting it here to hopefully save someone else from burning their time and MS premier (though I did not actually find the resolution as a result of that ticket) hours on this. Date 2/10/2020, 11:34:59 AM Request ID e7faa82a-32e7-4d1c-8498-320946ed7500 Correlation ID d6581197-d1a2-470b-87d9-0c3283e1a1a2 Status Failure Sign-in error code 53004 Failure reason User needs to complete Multi-factor authentication registration process before accessing this content. User should register for multi-factor authentication. User REDACTED Username REDACTED User ID REDACTED Alternate sign-in name Application Microsoft Teams Application ID 1fec8e78-bce4-4aaf-ab1b-5451cc387264 Resource Microsoft Teams Services Resource ID cc15fd57-2c6c-4117-a88c-83b1d56b4bbe Client app Token issuer type Azure AD Token issuer name Latency 391ms User agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; Win64; x64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Zoom 3.6.0)40KViews1like9CommentsHow to create a link/url to a Sharepoint site in Teams left menu?
I have had several customers with the request of adding a URL link in the left menu in teams. I often work to just create a simple App in the app-studio with tab pointing to the sharepoint site. But recently i have had lots of problems with these apps. I have tried to remake them, sometimes they works... sometimes they dont. I cant see any pattern tho... I only want to open an URL to the tenants own Sharepoint sites. It can be a standalone sharepoint site or a group site. But it is all in the same tenant. I have tried to open the console and looking for something... Sometimes i get this: Sometimes this: I dont get it. Why does an app sometimes work and sometimes not? Is there some guide that explain how i can get these app-links working?24KViews0likes10CommentsIs it possible to embed Teams within my own website?
Hello, I've been reading through alot of (older) posts but I did not find a final answer to my question. I am searching for a way to embed a Teams Meeting within my website, e.g. by using an iframe (but if there is another way, I am completely open to use it). The meeting has been scheduled and the participant (who is external, i.e. has Guest Access I suppose) has to do some auth stuff on my website before he is allowed to join the meeting. I would love to put the meeting in an iframe and have some sort of interaction (e.g. popup for feedback) available on my website. I really want it on my website since I have a server next to it, storing logs of certain participant activities. In case it's important: The host of the meeting is using a teams client to host/start and interact (via chat/audio/video) with the participants. Only the participants are on my website taking part in the teams meeting (using teams chat/video/audio..). Is this possible as of today? If not, is there anything like that scheduled as a feature in the future? I've so far only found guides for the other direction (embed an iframe into a teams app into the teams client or similar) but not for embedded teams meeting in an external (non-teams) website.Solved17KViews0likes5CommentsGuest access to personal apps/tabs
As an administrator I can install and pin default personal tabs for all users in my tenant. I hoped I could pin a custom personal app for guests as well, but these dont show up. So I searched for some information whether this is possible or not. It's clear that guests can not add and install apps on their own, but I found no clear information if it is possible for the admin to add apps for the guests. I found this comparison of tenant members and guests in Teams, but it only mentions that Guests can't add tabs on their own, but nothing about using apps someone else has added. https://docs.microsoft.com/en-us/microsoftteams/guest-experience#comparison-of-team-member-and-guest-capabilities Then I found was this site in the docs, but I just don't understand what it's trying to say. So I hope someone could clarify this and explain to me in simple words what is possible and what not regarding custom apps for guest users. https://docs.microsoft.com/en-us/microsoftteams/non-standard-users There it says: Guests can't install, update, or delete apps into a shared context, such as a chat, channel, or meeting, but they can to their personal scope using message extensions and direct links. ---So what does "their personal scope" mean and what kind of direct links? Links to what? Guests don't have access to the Teams app store from the Teams desktop application, ... ---If the docs explicitly mentions "don't have access...from the Teams desktop application" then shouldnt it be different in the webapp or on mobile? ...but they can access it with a direct link. ---and again: What direct link? And what can they actually do with the link? And last but not least, my general question: What kind of apps can be made accessible to and used with guest users in Teams?Solved7.4KViews1like8CommentsCustomizing Lobby Before a Video Chat
I'm developing a Microsoft Teams app where I would like to customize the Lobby view after I ship out an invite to a third party. Some examples would be adding my company logo. I'm also OK with embedding the lobby in surrounding HTML. Lobby screenshot below. Can anyone advise on documentation, video, or other resources to ramp up and start building? Experienced full-stack developer, but completely new to MS Teams. Thanks in advance!3KViews0likes2CommentsGuest users in Shifts
Hi, https://microsoftteams.uservoice.com/forums/555103-public/suggestions/36605296-guest-user-in-shifts The website looks like this option is planned. Without this option, the Shifts extension is very limited (for many businesses, ...). Is it possible to get more specific information when this option could be implemented? Let's see if we're looking for other solutions and if it's within a timeframe that is still acceptable to us. Best Regards Nejc2.7KViews0likes1CommentGuest cannot chat in Teams Channel meetings
If we create a Teams channel meeting, and a guest join with a "join url" to the meeting who is not a member of the Teams channel, the guest cannot see the chat (they can however share screen, voice, raise hand). Is it possible to enable the chat for the guest for a Teams channel meeting, without adding them as member of the Teams channel? If not, is it possible to enable a "Q&A session" in the meeting?Solved2.4KViews1like1CommentMeeting created via Graph API is not applying global policy properly
Hi All, We needed to make sure that all external users when joining a meeting via meeting URL should be given the role of an attendee. I have run the following PowerShell command to set the policy Set-CsTeamsMeetingPolicy -DesignatedPresenterRoleMode EveryoneInCompanyUserOverride -Identity Global As a result at present if we are creating an MS Teams meeting via UI all external users are getting added as an "attendee", which is the expected behavior. But if we are creating the meeting via Graph API using a code similar to - POST https://graph.microsoft.com/v1.0/me/onlineMeetings Content-Type: application/json { "startDateTime":"2019-07-12T14:30:34.2444915-07:00", "endDateTime":"2019-07-12T15:00:34.2464912-07:00", "subject":"User Token Meeting" } And then when the external user is joining in via the meeting URL generated via the Graph API call he is by default given the "presenter" role and not the "attendee role as expected. Can you please help. Thanks TikluSolved1.9KViews0likes5CommentsDo chat bots still work for guests via direct link?
Hi This article https://learn.microsoft.com/en-us/microsoftteams/non-standard-users#guests says: Guests can do so in their personal scope using message extensions and direct links. However the following message appears when guest users open a chat in web and desktop apps: The app is published to organization scope. It works fine on mobile but not on desktop. Does anybody knows a workaround?Solved1.2KViews0likes2CommentsFinding if an ongoing call is internal or external
Hi, I am developing a solution (in visual Studio) that detects phone calls on a computers (the calls are made using Teams) and start recording to provide a transcript and summary (with user consent). However only calls to external callers (external from the company) should be recorded. My plan was to extract the callId from the ongoing call, and then check the participant of the call against the Active Directory. However I haven't found a way to get the callId from an ongoing call. Could you please let me know if it is possible to do it, and how. If the solution I am providing cannot work, is there another way to find out if the call is internal or external? Thank you for your help Anne1.2KViews0likes3Comments