Skip to content

Commit

Permalink
Update connectors > metadata.ts > sharepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
amuwal committed Sep 9, 2024
1 parent 9252f51 commit 5ad0523
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/shared/src/connectors/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
}
},
'sharepoint': {
scopes: 'Files.Read.All offline_access openid User.Read Sites.Read.All, Sites.ReadWrite.All',
scopes: 'Files.Read.All offline_access openid User.Read Sites.Read.All Sites.ReadWrite.All',
urls: {
docsUrl: 'https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0',
apiUrl: 'https://graph.microsoft.com/v1.0',
Expand All @@ -2771,7 +2771,8 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
active: true,
primaryColor: '',
options: {
local_redirect_uri_in_https: true
local_redirect_uri_in_https: true,
end_user_domain: true
},
authStrategy: {
strategy: AuthStrategy.oauth2
Expand Down

0 comments on commit 5ad0523

Please sign in to comment.