mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 03:16:25 +02:00
feat: update OAuth scopes for Confluence, Gmail, Google Calendar, Google Drive, and Jira connectors
This commit is contained in:
parent
79bc123439
commit
b092d8d13d
5 changed files with 22 additions and 3 deletions
|
|
@ -37,9 +37,13 @@ This guide walks you through setting up a Google OAuth 2.0 integration for SurfS
|
|||
|
||||
1. Click **Add or Remove Scopes**
|
||||
2. Add the following scope:
|
||||
- `https://www.googleapis.com/auth/calendar.readonly` - Read Google Calendar events
|
||||
- `https://www.googleapis.com/auth/calendar.events` - Read, create, update, and delete Google Calendar events
|
||||
3. Click **Update** and then **Save and Continue**
|
||||
|
||||
<Callout type="info">
|
||||
The `calendar.events` scope is required for HITL (Human-in-the-Loop) tools like creating, updating, and deleting calendar events. If you only need read access, you can use `calendar.readonly` instead, but HITL tools will not work.
|
||||
</Callout>
|
||||
|
||||
## Step 4: Create OAuth Client ID
|
||||
|
||||
1. Go to **APIs & Services** > **Credentials**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue