Forum Discussion
Teams custom app - PowerApp sign in issue
Hi,
I followed this tutorial to create an app for Teams from my PowerApp: https://docs.microsoft.com/en-us/power-platform/admin/embed-app-teams
It has been configured only as a "personal" tab. After publishing and installing, it works fine from Teams within the browser, but when I try to open the App from Teams client, it prompts to sign in - "Sign in to start using PowerApps". After clicking the sign in button, it opens the following URL in the browser: https://web.powerapps.com/webplayer/popupproxy?tenantid=common
But nothing happens and the browser tab closes after a couple of seconds.
My content URL: https://web.powerapps.com/webplayer/iframeapp?source=iframe&appId=/providers/Microsoft.PowerApps/apps/[AppId
I figured out the suggested content URLs in the article don't work at all.
Has anyone found a way to fix this? Thanks!
16 Replies
- M_gabellCopper ContributorI have the same problem.
It must be Teams software related not app related. My app work on my computer as it should then it did not on my collegue. White background went semi transparent when login in and beeing sent to browser. Going back to teams desktop app it is complaining about ”use previous version of webplayer”. That is just weird. Any ideas?
I reinstalled my computer... now I have the same issue as my collegue..
Br - Are you using the website tab instead of the built in included PowerApps Tab?
- skaratelaCopper Contributor
ChrisWebbTech Hey Chris . Any update on this. I still get the issue. I'm using App Studio to embed PowerApps as a tab but it says "sing in to start using PowerApps"
Why can't it authorize the user from Teams client, instead of signing it again
- Michal SacewiczCopper Contributor
skaratela
For me adding 'source=teamstab' to the Content URL did the job, i.e.https://web.powerapps.com/webplayer/iframeapp?source=teamstab&appId=/providers/Microsoft.PowerApps/apps/{AppId}
I can see it is now also corrected in the documentation.
- Michal SacewiczCopper Contributor
ChrisWebbTechI am not using any of those - as mentioned it's a custom app created with App Studio and then published to store as a company app according to the article I have linked in the original post.
The purpose is to later push the app to users' left panel menu with app policy.
Below is how it looks in the client (and like I said, in the web app it works fine):
- Michal SacewiczCopper Contributor
I just noticed that when I create an app in AppStudio and set a SharePoint online site as content, the behavior is similar. Works fine in the web app and shows a blank screen in Teams client. Is there anything that needs to be done authentication wise maybe? I am logged into the same work account in the client and in the browser.