Skip to content

Commit 3030b4d

Browse files
committed
fix(oauth): restore Confluence scopes whose tools are still active
1 parent 414442d commit 3030b4d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

apps/sim/lib/oauth/oauth.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
438438
icon: ConfluenceIcon,
439439
baseProviderIcon: ConfluenceIcon,
440440
scopes: [
441+
'read:confluence-content.all',
441442
'read:confluence-space.summary',
442443
'read:space:confluence',
443444
'write:confluence-content',
@@ -465,6 +466,14 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
465466
'write:task:confluence',
466467
'write:space:confluence',
467468
'delete:space:confluence',
469+
'read:blogpost:confluence',
470+
'write:blogpost:confluence',
471+
'delete:blogpost:confluence',
472+
'read:content.property:confluence',
473+
'write:content.property:confluence',
474+
'read:space.property:confluence',
475+
'write:space.property:confluence',
476+
'read:space.permission:confluence',
468477
],
469478
},
470479
},

0 commit comments

Comments
 (0)