mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-23 06:21:00 +02:00
add scope needed for permission sync (#4198)
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
This commit is contained in:
parent
2c0af0a0ca
commit
facc8cc2fa
@ -80,6 +80,7 @@ class ConfluenceCloudOAuth:
|
|||||||
"search:confluence%20"
|
"search:confluence%20"
|
||||||
# granular scope
|
# granular scope
|
||||||
"read:attachment:confluence%20" # possibly unneeded unless calling v2 attachments api
|
"read:attachment:confluence%20" # possibly unneeded unless calling v2 attachments api
|
||||||
|
"read:content-details:confluence%20" # for permission sync
|
||||||
"offline_access"
|
"offline_access"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user