docs: fix msteams federated auth link

This commit is contained in:
Peter Steinberger
2026-04-23 21:11:55 +01:00
parent 4a2cd533ac
commit 831d6c3bbe

View File

@@ -53,7 +53,7 @@ Minimal config (client secret):
}
```
For production deployments, consider using [federated authentication](#federated-authentication-certificate--managed-identity) (certificate or managed identity) instead of client secrets.
For production deployments, consider using [federated authentication](#federated-authentication) (certificate or managed identity) instead of client secrets.
Note: group chats are blocked by default (`channels.msteams.groupPolicy: "allowlist"`). To allow group replies, set `channels.msteams.groupAllowFrom` (or use `groupPolicy: "open"` to allow any member, mention-gated).