Skip to content

Commit

Permalink
add scope needed for permission sync (#4198)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Kuo (Danswer) <[email protected]>
  • Loading branch information
rkuo-danswer and Richard Kuo (Danswer) authored Mar 6, 2025
1 parent 2c0af0a commit facc8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ee/onyx/server/oauth/confluence_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class AccessibleResources(BaseModel):
"search:confluence%20"
# granular scope
"read:attachment:confluence%20" # possibly unneeded unless calling v2 attachments api
"read:content-details:confluence%20" # for permission sync
"offline_access"
)

Expand Down

0 comments on commit facc8cc

Please sign in to comment.