This commit is contained in:
xiaojunnuo
2026-03-08 01:17:39 +08:00
parent ac42d38b7a
commit 3bb29abe32
33 changed files with 177 additions and 53 deletions
@@ -7,18 +7,23 @@ showTest: false
input:
clientId:
title: ClientId
helper: '[Azure Portal](https://portal.azure.com/)创建应用后获取'
helper: >-
[Microsoft Entra
ID](https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps)创建应用后获取
required: true
clientSecretKey:
title: ClientSecretKey
component:
placeholder: ClientSecretKey / appSecretKey
helper: 客户端凭据->证书与机密->客户端密码->新客户端密码
required: true
tenantId:
title: TenantId
helper: 租户ID,留空使用/common端点(需要应用配置为多租户)
component:
placeholder: common 或 租户ID
helper: |-
根据受支持的账户类型填写 common 或 租户ID,默认为common(Microsoft个人账户)。
租户ID获取: 概述 -> 目录(租户) ID
value: common
required: false
pluginType: addon