Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integration/office365/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 中的自定义域名,前面配置过的
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.25
1.4.26