fix(Microsoft Teams Trigger Node): Forbidden when trying to listen for channel messages (#17777)

This commit is contained in:
RomanDavydchuk
2025-07-31 01:37:53 +03:00
committed by GitHub
parent 79c6b60fcb
commit bc97584c0c

View File

@@ -15,7 +15,8 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType {
displayName: 'Scope',
name: 'scope',
type: 'hidden',
default: 'openid offline_access User.ReadWrite.All Group.ReadWrite.All Chat.ReadWrite',
default:
'openid offline_access User.ReadWrite.All Group.ReadWrite.All Chat.ReadWrite ChannelMessage.Read.All',
},
{
displayName: `