openclaw/extensions
Christof 2b8b3c4b10
fix(msteams): remove remaining /.default postfix (#1574)
This fixes the msteams probe which otherwise incorrectly assumes teams is not working.

The @microsoft/agents-hosting SDK's MsalTokenProvider automatically appends /.default to all scope strings in its token acquisition methods (acquireAccessTokenViaSecret, acquireAccessTokenViaFIC, acquireAccessTokenViaWID, acquireTokenWithCertificate in msalTokenProvider.ts). This is consistent SDK behavior, not a recent change.

The current code is including .default in scope URLs, resulting in invalid double suffixes like https://graph.microsoft.com/.default/.default. I am not sure how the .default postfixed worked in the past for you if I am honest.

This was confirmed to cause Graph API authentication errors. Removing the .default suffix from our scope strings allows the SDK to append it correctly, resolving the issue. I confirmed it manually on my teams setup

Before: we pass .default -> SDK appends -> double .default (broken)
After: we pass base URL -> SDK appends -> single .default (works)

Co-authored-by: Christof Salis <c.salis@vertifymed.com>
2026-01-24 08:30:34 +00:00
..
bluebubbles Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
copilot-proxy chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
diagnostics-otel chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
discord Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
google-antigravity-auth chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
google-gemini-cli-auth chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
imessage Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
llm-task fix: publish llm-task docs and harden tool 2026-01-24 01:44:51 +00:00
lobster chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
matrix Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
mattermost refactor: standardize channel logging 2026-01-23 23:34:30 +00:00
memory-core chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
memory-lancedb chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
msteams fix(msteams): remove remaining /.default postfix (#1574) 2026-01-24 08:30:34 +00:00
nextcloud-talk Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
nostr chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
open-prose chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
qwen-portal-auth fix: enforce plugin config schemas (#1272) (thanks @thewilloftheshadow) 2026-01-20 11:03:17 +00:00
signal chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
slack Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
telegram Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
tlon chore: drop tlon node_modules 2026-01-24 00:25:39 +00:00
voice-call chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
whatsapp Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
zalo refactor: centralize inbound session updates 2026-01-23 23:33:32 +00:00
zalouser Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00