mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Microsoft Teams Trigger Node): Forbidden when trying to listen for channel messages (#17777)
This commit is contained in:
@@ -15,7 +15,8 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType {
|
|||||||
displayName: 'Scope',
|
displayName: 'Scope',
|
||||||
name: 'scope',
|
name: 'scope',
|
||||||
type: 'hidden',
|
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: `
|
displayName: `
|
||||||
|
|||||||
Reference in New Issue
Block a user