May 24 2020 10:19 PM
Hi Team,
I am not able to sign-in to Teams web client in personal developer E5 tenant and I am getting the below error message. I have been using desktop client all these days and today I was trying to create a conversation bot and I see this below error:
AADSTS7000112: Application '5e3ce6c0-2b1f-4285-8d4b-75ee78787346'(Microsoft Teams Web Client) is disabled.
May 26 2020 01:56 PM
@Krishna vandanapu This issue was reported from some free version of teams and also some business users some of them has been fixed clearing their browser cache or try to run using private/Incognitive mode.
if both these do not resolve than opening a ticket with Microsoft would not hurt!
May 26 2020 11:12 PM
This seems to be issue with the cache memory of the browser. Try running the services in the Inprivate browsing and that should fix the issue.
Alternatively also check the below article if the Tenant has been disabled for Web Client Access
https://commsverse.blog/2017/08/17/prevent-web-client-access-to-microsoft-teams/
Let us know in case you need any additional help.
With Regards,
Satish U
Aug 25 2020 08:11 PM
Cordial greeting
We have the following problem
AADSTS7000112: Application '5e3ce6c0-2b1f-4285-8d4b-75ee78787346'(Microsoft Teams Web Client) is disabled.
We appreciate your help
Feb 03 2021 03:55 AM
Solution@Krishna vandanapu
Hi, try this and tell me if issue resolved 🙂
open powershell as admin
Install-module msonline
Connect-MsolService
Set-MsolServicePrincipal -AppPrincipalId 5e3ce6c0-2b1f-4285-8d4b-75ee78787346 -AccountEnabled $true
hope it helps 🙂
May 18 2021 08:37 AM
@Ahmed_Masoud Your solution was spot on. Excellent info, thank you. You saved my a bunch of time tracking the solution down,
Jul 23 2021 04:35 AM
Thank you so much.
To release the meetings after this procedure, I needed to create a blank team.
Feb 07 2022 06:30 AM
@Ahmed_Masoud After trying the last step of your suggestion, I got the following error:
Set-MsolServicePrincipal : Access Denied. You do not have permissions to call this cmdlet.
Any idea on what to do next?
Mar 27 2023 01:58 AM
Feb 03 2021 03:55 AM
Solution@Krishna vandanapu
Hi, try this and tell me if issue resolved 🙂
open powershell as admin
Install-module msonline
Connect-MsolService
Set-MsolServicePrincipal -AppPrincipalId 5e3ce6c0-2b1f-4285-8d4b-75ee78787346 -AccountEnabled $true
hope it helps 🙂