You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-pnp/Connect-PnPMicrosoftGraph.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Uses the Microsoft Authentication Library (Preview) to connect to Azure AD and t
32
32
Connect-PnPMicrosoftGraph -Scopes $arrayOfScopes
33
33
```
34
34
35
-
Connects to Azure AD and gets and OAuth 2.0 Access Token to consume the Microsoft Graph API including the declared permission scopes. The available permission scopes are defined at the following URL: https://graph.microsoft.io/en-us/docs/authorization/permission_scopes
35
+
Connects to Azure AD and gets and OAuth 2.0 Access Token to consume the Microsoft Graph API including the declared permission scopes. The available permission scopes are defined at the following URL: https://developer.microsoft.com/en-us/graph/docs/authorization/permission_scopes
36
36
37
37
### ------------------EXAMPLE 2------------------
38
38
```powershell
@@ -93,4 +93,4 @@ Accept pipeline input: False
93
93
94
94
## RELATED LINKS
95
95
96
-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
96
+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
0 commit comments