Last updated
© 2025 make.com
Last updated
To create your OAuth connection for Microsoft, complete these steps in the Azure portal:
When you create and register a web application in the Azure portal, Azure automatically creates your Client ID. This procedure only creates the web application. You still need to create your client secret and grant any required permissions.
Log in to your account.
Under Manage Azure Active Directory, click View.
In the left sidebar, click App registrations, and then click New registration.
Enter a name for your application.
Under Redirect URI, click Web and enter the redirect URL from your Make instance.
Click Register.
Save your Application (client) ID in a safe place. You need to enter in the connection configuration on your Make instance.
After registering your app, you can create a client secret in the Azure portal. Keep your client credentials in a safe place. If you lose your client secret, you can use this procedure to create a new one.
In the Azure AD B2C - App registrations page, click the application you created in the above procedure.
In the left sidebar, under Manage, click Certificates & secrets.
Click New client secret.
In the Description box, enter a description for the client secret.
Under Expires, select a duration for which the secret is valid, then click Add.
Your client secret appears in the Value field. Save your client secret in a safe place. You need to enter this client secret in the connection configuration on your Make instance. You cannot retrieve this client secret once you leave this page.
Click App registrations.
Select the app you created in the above procedure and open its Overview page.
Under Manage, click API permissions.
Click + Add a permission.
Click Delegated permissions and use the search bar to find and select the permissions required by the app you are configuring.
Click Add permissions. The selected permissions now appear under Configured permissions.
Click Grant admin consent for {your Azure AD tenant name}.
A pop up prompts you to confirm. Click Yes.
You can verify success by checking the Status column. A green checkmark appears with the text Granted for {your Azure AD tenant name}.
After registering a web application and getting your OAuth credentials, you need to grant the permissions required by Make apps. Refer to Connections and permission reference to find the .
Select a Microsoft API based on the information in .