{
  "id": "sharepoint",
  "name": "SharePoint",
  "description": "Sites, document libraries, lists, and intranet content.",
  "categories": [
    "Knowledge base",
    "Enterprise"
  ],
  "appUrl": "https://www.microsoft.com/microsoft-365/sharepoint/collaboration",
  "docsUrl": "https://learn.microsoft.com/graph/auth-v2-user",
  "notes": "Frequently requested for enterprise knowledge retrieval.",
  "popularityRank": 23,
  "connectionOptions": [
    {
      "id": "oauth",
      "provider": "http",
      "connectionModel": {
        "principalType": "user",
        "credentialScope": "tenant",
        "resourceType": "tenant",
        "resourceCardinality": "one",
        "selectionMode": "automatic",
        "identityMapping": {
          "source": "access_token_claims",
          "externalPrincipalIdPath": "oid",
          "externalTenantIdPath": "tid",
          "externalResourceIdPath": "tid"
        }
      },
      "auth": {
        "strategy": "oauth2",
        "oauth": {
          "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
          "tokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token",
          "scopes": [
            "Sites.Read.All"
          ]
        }
      },
      "http": {
        "apiBaseUrl": "https://graph.microsoft.com/v1.0",
        "openApiUrl": "https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml"
      }
    }
  ]
}
