diff --git a/modules/routes/routeSecurityMsft.py b/modules/routes/routeSecurityMsft.py index face29d4..11d35915 100644 --- a/modules/routes/routeSecurityMsft.py +++ b/modules/routes/routeSecurityMsft.py @@ -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 ]