From 85ec41166c7fb16e5fce1c03087b31951c1d8b28 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 12 Jun 2025 17:35:14 +0800 Subject: [PATCH] fix: fix office365 doc --- docs/integration/office365/1.md | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integration/office365/1.md b/docs/integration/office365/1.md index b277b181f..0838b5686 100755 --- a/docs/integration/office365/1.md +++ b/docs/integration/office365/1.md @@ -38,7 +38,7 @@ 2. 运行以下 powershell 脚本,配置联邦认证 ```PowerShell - Connect-MgGraph # 连接AAD + Connect-MgGraph -Scopes "Directory.AccessAsUser.All","User.ReadWrite.All","Domain.ReadWrite.All" # 连接AAD # 开启联邦认证 $dom = "test.aad-test.teamory.cn" #AAD 中的自定义域名,前面配置过的 diff --git a/version.txt b/version.txt index df3487bee..24d07aa70 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.25 +1.4.26