Skip to content

Commit

Permalink
Merge pull request #1 from transposit-connectors/scope_override_16184…
Browse files Browse the repository at this point in the history
…33853

Added scope overrides
  • Loading branch information
rardies authored Apr 15, 2021
2 parents 75d7ac2 + 021fa30 commit e1efcf6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@
"responseType": "code",
"accessType": "offline",
"prompt": "select_account consent",
"oauthDocumentation":
"https://developers.google.com/identity/protocols/OAuth2WebServer",
"oauthDocumentation": "https://developers.google.com/identity/protocols/OAuth2WebServer",
"scope": "https://www.googleapis.com/auth/calendar"
}
},
"source": "google_calendar.yml"
"source": "google_calendar.yml",
"additionalConfigs": [
{
"fieldKey": "oauthConfig.scope",
"required": false
}
]
},
"description": "Google calendar integration"
}
}
}

0 comments on commit e1efcf6

Please sign in to comment.