Skip to content

Commit 069c0a1

Browse files
authored
Update use-aadhttpclient.md
removed the "Access to the Microsoft Graph" section with the user_impersonation mention as MS Graph doesn't provide that anymore
1 parent bf76393 commit 069c0a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/spfx/use-aadhttpclient.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,3 @@ All permissions granted through web API requests are stored with the **SharePoin
385385

386386
The service principal can be re-enabled by using the `Enable-SPOTenantServicePrincipal` cmdlet. Alternatively, it's also possible to enable and disable the **SharePoint Online Client Extensibility** service principal through the Office 365 CLI by using the [spo serviceprincipal set](https://pnp.github.io/office365-cli/cmd/spo/serviceprincipal/serviceprincipal-set/) command.
387387

388-
### Access to the Microsoft Graph
389-
390-
Even if you don't explicitly grant access to the Microsoft Graph, solutions are able to request an access token for it. The **SharePoint Online Client Extensibility** service principal issues an access token with the `user_impersonation` scope, which allows scripts to access basic information about the current user.

0 commit comments

Comments
 (0)