Skip to content

Commit 7665771

Browse files
committed
Formatting
1 parent 623c1c8 commit 7665771

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/spfx/call-microsoft-graph-using-graphhttpclient.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ The GraphHttpClient is meant to be used only for accessing the Microsoft Graph.
4444

4545
### Available permission scopes
4646

47-
The GraphHttpClient uses the **Office 365 SharePoint Online** Azure Active Directory application to retrieve a valid access token to the Microsoft Graph on behalf of the current user. The retrieved access token contains two permissions scopes: **Read and write all groups (preview)** (`Group.ReadWrite.All`) and **Read all usage reports** (`Reports.Read.All`). At this moment these are the only two permissions available when using the GraphHttpClient. If you need other permission scopes in your solution, you have to use [ADAL JS with implicit OAuth flow](web-parts/guidance/call-microsoft-graph-from-your-web-part) instead.
47+
The GraphHttpClient uses the **Office 365 SharePoint Online** Azure Active Directory application to retrieve a valid access token to the Microsoft Graph on behalf of the current user. The retrieved access token contains two permissions scopes:
48+
49+
* **Read and write all groups (preview)** (`Group.ReadWrite.All`)
50+
* **Read all usage reports** (`Reports.Read.All`)
51+
52+
At this moment these are the only two permissions available when using the GraphHttpClient. If you need other permission scopes in your solution, you have to use [ADAL JS with implicit OAuth flow](web-parts/guidance/call-microsoft-graph-from-your-web-part) instead.
4853

4954
### Tokens are retrieved using an internal API
5055

0 commit comments

Comments
 (0)