...
added authTenantId to env section
Single Page Application V 0.5.1
Breaking Changes
Some modifications are needed related to the sharepoint integration. See point “Sharepoint Integration” below.
New Features
Sharepoint Integration
Sharepoint is now a built in storage location. It can be selected in the storage location dropdown when creating or updating a configuration item.
To make this work the following changes are needed:
AUTH_TENANT_ID environment variable
Also listed in the env variables overview. The application expects this new environment variable. It can be found in Azure here:
...
Client api permissions:
For the client needs the following permissions to work:
Sharepoint permission:
AllSites.Read
MyFiles.Read
Project.Read
Sites.Search.All
Microsoft Graph permission:
Sites.Read.All
Customization Deployment
Endpoints
...