Create a Microsoft account and Azure account
If you don’t already have them, sign up for a Microsoft account and an Azure account.
Register an application in Microsoft Entra ID
- Sign in to the Microsoft Entra admin center as at least an Application Developer.
- If you have access to multiple tenants, use the Settings icon in the top menu to switch to the tenant that hosts your Finance and Operations environment.
- From the search bar, search for App registrations and select it, then choose New registration.
- Enter a meaningful name for your application, for example “Nango Integration”, and click Register.
Note your application (client) ID
After registration, you’ll be taken to the application’s Overview page. Record the Application (client) ID.
Add a redirect URI
- In the left sidebar, select Authentication.
- Under Platform configurations, select Add a platform, then select Web.
- Enter
https://api.nango.dev/oauth/callbackas the Redirect URI, then click Configure.
Add API permissions
- In the left sidebar, select API permissions, then click Add a permission.
- Select APIs my organization uses, and search for Dynamics ERP. If it doesn’t show up in the picker, search for the full name exactly as written above.
- Under Delegated permissions, select the permissions you require.
- Click Add permissions, then click Grant admin consent if you have permission to do so.
Create a client secret
- In the left sidebar, select Certificates & secrets.
- Under Client secrets, click New client secret.
- Enter a description and an expiration period, then click Add.
- Important: Copy the secret value immediately — you won’t be able to see it again after you leave this page.
Next
Follow the Quickstart.