Skip to content

D365 Service Principal

Create an Azure service principal for TaprNext to authenticate with D365 F&O.

  1. Go to portal.azure.com
  2. Sign in with your Azure AD admin account
  3. Navigate to Azure Active Directory
  1. Click App registrations in the sidebar
  2. Click + New registration
  3. Configure the registration form with:
    • Name: TaprNext Integration
    • Supported account types: Select “Accounts in this organizational directory only”
    • Redirect URI: Leave blank
  4. Click Register

After registration, copy and store these values from the Overview page:

  • Application (client) ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  • Directory (tenant) ID: yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
  1. Click Certificates & secrets
  2. Click + New client secret
  3. Enter description: “TaprNext”
  4. Set expiry to 24 months (recommended)
  5. Click Add
  6. Copy the secret value immediately — it displays only once

Securely store these three credentials:

CredentialValue
Tenant IDyyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
Client IDxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Client Secret[Secret value]

Proceed to configure app registration to add the necessary API permissions.