AAD app registration

To set up OAuth2 authentication for a SharePoint Online provider you must specify the client ID and tenant ID of an app registration in Azure Active Directory. You can use an existing app registration or add a new one.

To add or update an app registration, go to the Azure Active Directory admin center at aad.portal.azure.com and sign in to your organization. Select Azure Active Directory > App registrations. Select an existing registration, or click New application registration to create a new one.

The application (client) ID and directory (tenant) ID that you will enter for the EDM provider in Infor Public Sector are shown under Essentials in the app registration's overview.

Under Essentials, click Add a Redirect URI and specify these values:

  • Under Supported account types, select Accounts in this organizational directory only.
  • Under Advanced settings, switch Allow public client flows to Yes.

Finally, in the API permissions for the app registration, the SharePoint > AllSites.Manage permission must be granted.