Skip to content

Commit 23e8946

Browse files
authored
Addressing PR feedback
1 parent 6e8b85f commit 23e8946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/active-directory/develop/scenario-web-app-call-api-call-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ ms.custom: aaddev
1919

2020
Now that you have a token, you can call a protected web API.
2121

22+
## Call a protected web API
23+
24+
Calling a protected web API depends on your language and framework of choice:
25+
2226
# [ASP.NET Core](#tab/aspnetcore)
2327

2428
Here's simplified code for the action of the `HomeController`. This code gets a token to call Microsoft Graph. Code has been added to show how to call Microsoft Graph as a REST API. The URL for the Microsoft Graph API is provided in the appsettings.json file and is read in a variable named `webOptions`:

0 commit comments

Comments
 (0)