Microsoft Agent 365 credentials
Last updated
Was this helpful?
You can use these credentials to authenticate the following nodes:
Early preview
Microsoft Agent 365 is an early preview feature. You need to be part of the Frontier preview program to get early access.
Enrollment in the Microsoft Frontier preview program
A Microsoft Azure account
An Agent 365 blueprint created using the Agent 365 CLI
OAuth2 (App Registration)
Refer to Microsoft Agent 365 developer documentation for more information about the service.
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.
Incoming request validation
The Microsoft Agent 365 Trigger node also uses your Client ID to validate incoming webhook requests, so it must match the application (client) ID of your agent's app registration. Refer to Webhook authentication.
We recommend using Agent 365 CLI to create your agent blueprint and manifest.
Last updated
Was this helpful?
Was this helpful?