fix(msft): use delegated OnlineMeetings.Read scope instead of app-only .Read.All
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
02dedc972d
commit
33b6da0d18
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ SCOPES = [
|
|||
"Files.ReadWrite.All", # Read and write files (SharePoint/OneDrive)
|
||||
"Sites.ReadWrite.All", # Read and write SharePoint sites
|
||||
# Teams Bot: Meeting and chat access (requires admin consent)
|
||||
"OnlineMeetings.Read.All", # Read Teams meeting details
|
||||
"OnlineMeetings.Read", # Read user's Teams meeting details (delegated scope)
|
||||
"Chat.ReadWrite", # Read and write Teams chat messages
|
||||
"ChatMessage.Send", # Send messages to Teams meeting chats
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue