mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
website/integrations: microsoft 365: add missing msgraph scope (#23158)
Add missing MS Graph Scope Signed-off-by: Miha Frangež <miha.frangez@gmail.com>
This commit is contained in:
@@ -196,7 +196,7 @@ Domain creation and DNS verification are outside the scope of this guide. Ensure
|
||||
|
||||
```powershell showLineNumbers
|
||||
# 1. Connect to Microsoft Graph
|
||||
Connect-MgGraph -Scopes "Domain.ReadWrite.All"
|
||||
Connect-MgGraph -Scopes "Domain.ReadWrite.All", "Directory.AccessAsUser.All"
|
||||
|
||||
# 2. Define all variables
|
||||
$domain = "domain.company"
|
||||
|
||||
Reference in New Issue
Block a user