Microsoft Agent 365 credentials
You can use these credentials to authenticate the following nodes:
Warning
Early preview Microsoft Agent 365 is an early preview feature. You need to be part of the Frontier preview program to get early access.
Prerequisites
Enrollment in the Microsoft Frontier preview program
A Microsoft Azure account
An Agent 365 blueprint created using the Agent 365 CLI
Supported authentication methods
OAuth2 (App Registration)
Using OAuth2
To configure this credential, you’ll need:
Tenant ID: Your Microsoft Entra tenant ID
Client ID: The Application (client) ID from your Azure app registration
Client Secret: The secret generated for your app registration
To set up the credential:
Find your Tenant ID in Microsoft Entra ID and copy it into n8n as the Tenant ID.
Open the Microsoft Application Registration Portal and follow the custom client app registration guide for Microsoft Agent 365. Once your custom client app is created, copy the Application (client) ID into n8n as the Client ID.
Follow the credentials guide to generate a client secret and copy the Secret in the Value column and paste it into n8n as the Client Secret.
We recommend using Agent 365 CLI to create your agent blueprint and manifest. You can find more details in the n8n Sample Agent repository for Microsoft Agent 365.