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