mvelazc0/BadZure

Authentication timeout of 120 seconds on line 87.

Closed this issue · 0 comments

[CloudShell users]
When creating the lab for the first time, the line 87 gives me timeout of 120 secs.

Connect-Graph -Scopes "Application.ReadWrite.All", "Directory.AccessAsUser.All","EntitlementManagement.ReadWrite.All","RoleManagement.ReadWrite.Directory","Group.Read.All" | Out-Null

To solve this we can try to run the command manually.

Connect-MpGraph -Scopes "Application.ReadWrite.All", "Directory.AccessAsUser.All","EntitlementManagement.ReadWrite.All","RoleManagement.ReadWrite.Directory","Group.Read.All"