Forum Discussion
Microsoft Teams Web Client is disabled
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.
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 ๐
- Ahmed_MasoudBrass Contributor
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 ๐- RickInGRCopper Contributor
Ahmed_Masoud Your solution was spot on. Excellent info, thank you. You saved my a bunch of time tracking the solution down,
- LeodcCopper Contributor
Thank you so much.
To release the meetings after this procedure, I needed to create a blank team. - Ahmed_MasoudBrass ContributorMchaves also check
- PDostiyarBronze Contributor
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!
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
- MchavesCopper Contributor
Cordial greeting
We have the following problem
AADSTS7000112: Application '5e3ce6c0-2b1f-4285-8d4b-75ee78787346'(Microsoft Teams Web Client) is disabled.
We appreciate your help