Skip to content

Commit 0ce1e66

Browse files
authored
Merge pull request #203019 from derisen/patch-3
Add link to JavaScript sample
2 parents b785e8d + 2aebeea commit 0ce1e66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/active-directory-b2c/microsoft-graph-operations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ The initialized *GraphServiceClient* is then used in _UserService.cs_ to perform
232232

233233
[Make API calls using the Microsoft Graph SDKs](/graph/sdks/create-requests) includes information on how to read and write information from Microsoft Graph, use `$select` to control the properties returned, provide custom query parameters, and use the `$filter` and `$orderBy` query parameters.
234234

235+
## Next steps
236+
237+
For code samples in JavaScript and Node.js, please see: [Manage B2C user accounts with MSAL.js and Microsoft Graph SDK](https://github.com/Azure-Samples/ms-identity-b2c-javascript-nodejs-management)
238+
235239
<!-- LINK -->
236240

237241
[graph-objectIdentity]: /graph/api/resources/objectidentity

0 commit comments

Comments
 (0)