Skip to content

Commit

Permalink
Merge pull request #438 from viktor44/hotfix/teams
Browse files Browse the repository at this point in the history
Teams login error #411
  • Loading branch information
viktor44 authored Oct 13, 2024
2 parents 064f5b4 + 4dbc184 commit 2a65231
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/app/manifests/definitions/131.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Microsoft Teams",
"category": "Communication & Collaboration",
"start_url": "https://teams.live.com",
"start_url": "https://teams.microsoft.com/v2/?clientexperience=t2",
"icons": [
{
"src": "https://cdn.filestackcontent.com/5sZEOL6RZesRsLdCozwv",
Expand All @@ -13,7 +13,10 @@
"extended_scopes": [
"https://*.live.com",
"https://*.office.com",
"https://*.microsoft.com"
"https://*.msauth.net",
"https://*.azureedge.net",
"https://*.microsoft.com",
"https://*.microsoftonline.com"
],
"bx_legacy_service_id": "microsoft-teams",
"recommendedPosition": "25"
Expand Down

0 comments on commit 2a65231

Please sign in to comment.