Microsoft Agent 365 凭据(Microsoft Agent 365 credentials)#
你可以使用以下凭据验证以下节点:
🌐 You can use these credentials to authenticate the following nodes:
提前预览
Microsoft Agent 365 是一个早期预览功能。你需要加入 Frontier 预览计划 才能提前访问。
先决条件(Prerequisites)#
- 注册 Microsoft Frontier 预览计划
- 一个 Microsoft Azure 账户
- 使用 Agent 365 CLI 创建的 Agent 365 蓝图
支持的身份验证方法(Supported authentication methods)#
- OAuth2(应用注册)
相关资源(Related resources)#
有关该服务的更多信息,请参阅 Microsoft Agent 365 开发者文档。
🌐 Refer to Microsoft Agent 365 developer documentation for more information about the service.
使用 OAuth2(Using OAuth2)#
要配置此凭据,你需要:
🌐 To configure this credential, you'll need:
- 租户 ID:你的 Microsoft Entra 租户 ID
- 客户端 ID:来自你的 Azure 应用注册的应用(客户端)ID
- 客户端密钥:为你的应用注册生成的密钥
要设置凭据:
🌐 To set up the credential:
- 在 Microsoft Entra ID 中找到你的租户 ID,并将其复制到 n8n 中作为 租户 ID。
- 打开 Microsoft 应用注册门户,并按照 自定义客户端应用注册指南 为 Microsoft Agent 365 注册。创建自定义客户端应用后,将应用(客户端)ID 复制到 n8n 中作为 客户端 ID。
- 按照凭据指南生成客户端密钥,并将值列中的密钥复制,然后在 n8n 中粘贴为客户端密钥。
我们建议使用 Agent 365 CLI 来创建你的代理蓝图和清单。
🌐 We recommend using Agent 365 CLI to create your agent blueprint and manifest.