Setup SharePoint
HOW-TO App Registration
Login to your Azure Portal Search for App registrations Select New registration Fill in Name Select Register You will now see a page like this The Application (client) ID value will be used in SharePoint setup in Business Central. Save value as we ...
Resolve Microsoft Graph authorization errors
Authorization errors can occur as a result of several different issues, most of which generate a 403 error (with a few exceptions). For example, the following can all lead to authorization errors: Incorrect access token acquisition flows Poorly ...
Overview of Microsoft Graph permissions
Before the Microsoft identity platform can authorize your app to access data in the Microsoft cloud, you must grant the app the privileges it needs. Similarly, before the Microsoft identity platform can authorize your app to access data through ...
Authentication and authorization basics
Microsoft Graph is a protected API gateway for accessing data in Microsoft cloud services like Microsoft Entra ID and Microsoft 365. It's protected by the Microsoft identity platform, which authorizes and verifies that an app is authorized to call ...
Get access without a user
To call Microsoft Graph, an app must get an access token from the Microsoft identity platform. This access token shows whether the app is authorized to access Microsoft Graph on behalf of a signed-in user or with its own identity. This article ...
Get access on behalf of a user
To call Microsoft Graph, an app must get an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph on behalf of a signed-in user or with its own ...
Register an application with the Microsoft identity platform
For your app to use the identity and access management (IAM) capabilities of Microsoft Entra ID, including accessing protected resources, you must register it first. Then the Microsoft identity platform performs the IAM functions for the registered ...