Skip to content

Commit bc7df72

Browse files
authored
Update use-aad-tutorial.md
1 parent a9a4a52 commit bc7df72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/use-aad-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Introduced in v1.4.1, you can use the SharePoint Framework to consume Microsoft
1414
In this article, you'll learn how to create a SharePoint Framework solution that uses the Microsoft Graph API with a custom set of permissions. For a conceptual overview of this technology, see [Connect to Azure AD-secured APIs in SharePoint Framework solutions](use-aadhttpclient.md).
1515

1616
> [!IMPORTANT]
17-
> Consume the Microsoft Graph API with SharePoint Framework earlier than v1.4.1, can be achieved by directly using [Microsoft Authentication Library for JavaScript library](https://learn.microsoft.com/en-us/javascript/api/overview/msal-overview)). This approach is not supported in versions 1.4.1 and beyond.
17+
> Using the Microsoft Graph API with SharePoint Framework directly using [Microsoft Authentication Library for JavaScript](https://learn.microsoft.com/en-us/javascript/api/overview/msal-overview)) is not supported with SPFx version 1.4.1 and beyond. Please use the SharePoint Framework provided native [MSGraphClientV3](use-msgraph.md) for the Microsoft Graph API operations.
1818
1919
## Solution overview
2020

0 commit comments

Comments
 (0)