D365 Service Principal
Create an Azure service principal for TaprNext to authenticate with D365 F&O.
Step 1: Access Azure Portal
Section titled “Step 1: Access Azure Portal”- Go to portal.azure.com
- Sign in with your Azure AD admin account
- Navigate to Azure Active Directory
Step 2: Create App Registration
Section titled “Step 2: Create App Registration”- Click App registrations in the sidebar
- Click + New registration
- Configure the registration form with:
- Name: TaprNext Integration
- Supported account types: Select “Accounts in this organizational directory only”
- Redirect URI: Leave blank
- Click Register
Step 3: Note the IDs
Section titled “Step 3: Note the IDs”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
Step 4: Create Client Secret
Section titled “Step 4: Create Client Secret”- Click Certificates & secrets
- Click + New client secret
- Enter description: “TaprNext”
- Set expiry to 24 months (recommended)
- Click Add
- Copy the secret value immediately — it displays only once
Credentials Summary
Section titled “Credentials Summary”Securely store these three credentials:
| Credential | Value |
|---|---|
| Tenant ID | yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy |
| Client ID | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| Client Secret | [Secret value] |
Next Steps
Section titled “Next Steps”Proceed to configure app registration to add the necessary API permissions.