Skip to content

Commit 54857e6

Browse files
PaoloPiaVesaJuvonen
authored andcommitted
Added link to source code of tutorial sample Web Part (SharePoint#1375)
1 parent 49f4425 commit 54857e6

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
@@ -27,7 +27,7 @@ In the following screenshot, you can see the UI of a client-side web part that a
2727
As you can see, the client-side web part allows to search users based on their name, and provides all the matching users through a **DetailsList** component of Office UI Fabric. Moreover, the web part has a configurable option, available in the property pane, to select how to access the Microsoft Graph. In fact, starting from SharePoint Framework v.1.4.1 you can access the Microsoft Graph either using the native graph client (**MSGraphClient**), or the low level type to access any Azure AD secured REST API (**AadHttpClient**).
2828

2929
> [!NOTE]
30-
> You can find the full source code of the sample solution in the following GitHub repository [spfx-api-scopes-tutorial](#).
30+
> You can find the full source code of the sample solution in the following GitHub repository [spfx-api-scopes-tutorial](https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/tutorials/spfx-api-scopes-tutorial).
3131
3232
## <a name="CreatingTheSolution"></a>Creating the solution
3333
In the following sections you will be able to build the solution with a step by step approach. Here are the main sections of the process:

0 commit comments

Comments
 (0)