mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
docs: microsoft oauth docs
This commit is contained in:
@@ -13,7 +13,7 @@ export class MicrosoftOauthProvider extends BaseAddon implements IOauthProvider
|
|||||||
|
|
||||||
@AddonInput({
|
@AddonInput({
|
||||||
title: "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,
|
required: true,
|
||||||
})
|
})
|
||||||
clientId = "";
|
clientId = "";
|
||||||
@@ -23,16 +23,17 @@ export class MicrosoftOauthProvider extends BaseAddon implements IOauthProvider
|
|||||||
component: {
|
component: {
|
||||||
placeholder: "ClientSecretKey / appSecretKey",
|
placeholder: "ClientSecretKey / appSecretKey",
|
||||||
},
|
},
|
||||||
|
helper:"客户端凭据->证书与机密->客户端密码->新客户端密码",
|
||||||
required: true,
|
required: true,
|
||||||
})
|
})
|
||||||
clientSecretKey = "";
|
clientSecretKey = "";
|
||||||
|
|
||||||
@AddonInput({
|
@AddonInput({
|
||||||
title: "TenantId",
|
title: "TenantId",
|
||||||
helper: "租户ID,留空使用/common端点(需要应用配置为多租户)",
|
|
||||||
component: {
|
component: {
|
||||||
placeholder: "common 或 租户ID",
|
placeholder: "common 或 租户ID",
|
||||||
},
|
},
|
||||||
|
helper:"根据受支持的账户类型填写 common 或 租户ID,默认为common(Microsoft个人账户)。 \n租户ID获取: 概述 -> 目录(租户) ID ",
|
||||||
value: "common",
|
value: "common",
|
||||||
required: false,
|
required: false,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user