Skip to content

Brug af Sharepoint som Dokument bibliotek for KeyBalance

Vi arbejder per 2025 med at bruge office365 som dokumentbibliotek for KeyBalance.

Opsætning

Opret App Registration

  • Navn
  • Secret Id
  • API Permission SITE SELECTED

  • Gem

    • Tennant
    • App Id
    • Secret Value

Giv adgang til EN site

Fx via Graph Explorer pt https://developer.microsoft.com/en-us/graph/graph-explorer

URL

POST

https://graph.microsoft.com/v1.0/sites//permissions

PAYLOAD

{
  "roles": [ "write" ],           
  "grantedToIdentities": [
    {
      "application": {
        "id": "<APP ID>",
        "displayName": "KeyBalanceGraphDevApp"
      }
    }
  ]
}

Permisions.

Brugen skal have SITES FULL CONTROL ALL permission Kan sættes i fanen MODIFY PERMISSION

alt text