Skip to content

Commit 8961050

Browse files
nickvdheuvelLinda Caputo
authored andcommitted
Spelling (SharePoint#2564)
* Spelling * Edit pass on change
1 parent 8aede41 commit 8961050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/guidance/connect-to-api-secured-with-aad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Client-side web applications are similar to web applications but are implemented
6060

6161
### Use the AadTokenProvider to retrieve access token
6262

63-
When working with JavaScript libraries that have their own services for executing web requests, the recommended way to obtain an access token to an API secured with Azure AD is by using the **AadTokenProvider** available from SharePoint Framework v1.6.0. Comparing to other solution, the AadTokenProvider takes always all intricacies of implementing OAuth implicit flow in SharePoint Framework solutions allowing you to focus on building your application.
63+
When working with JavaScript libraries that have their own services for executing web requests, the recommended way to obtain an access token to an API secured with Azure AD is by using the **AadTokenProvider** available from SharePoint Framework v1.6.0. Compared to other solutions, the AadTokenProvider takes away all intricacies of implementing OAuth implicit flow in SharePoint Framework solutions, allowing you to focus on building your application.
6464

6565
> [!NOTE]
6666
> It's recommended to regularly update your SharePoint Framework solutions to the most recent version of the SharePoint Framework to benefit of the improvements and new capabilities added by Microsoft.
@@ -444,4 +444,4 @@ Because client-side applications are incapable of securely storing secrets, and
444444
- [Connect to Azure AD-secured APIs in SharePoint Framework solutions](../../use-aadhttpclient.md)
445445
- [Use the MSGraphClient to connect to Microsoft Graph](../../use-msgraph.md)
446446
- [Call custom APIs secured with Azure Active Directory without ADAL JS (code sample)](https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/aad-api-spo-cookie)
447-
- [Authentication Scenarios for Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-scenarios)
447+
- [Authentication scenarios for Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-scenarios)

0 commit comments

Comments
 (0)