You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/call-web-api.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to call a web API from Blazor apps.
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: wpickett
7
7
ms.custom: mvc
8
-
ms.date: 04/29/2025
8
+
ms.date: 05/30/2025
9
9
uid: blazor/call-web-api
10
10
---
11
11
# Call a web API from ASP.NET Core Blazor
@@ -33,7 +33,7 @@ For more information, see the following resources:
33
33
34
34
## Microsoft identity platform for web API calls
35
35
36
-
Blazor Web Apps that use use [Microsoft identity platform](/entra/identity-platform/)/[Microsoft Identity Web packages](/entra/msal/dotnet/microsoft-identity-web/) for [Microsoft Entra ID](https://www.microsoft.com/security/business/microsoft-entra) can make streamlined web API calls with API provided by the [`Microsoft.Identity.Web.DownstreamApi` NuGet package](https://www.nuget.org/packages/Microsoft.Identity.Web.DownstreamApi).
36
+
Blazor Web Apps that use use [Microsoft identity platform](/entra/identity-platform/) with [Microsoft Identity Web packages](/entra/msal/dotnet/microsoft-identity-web/) for [Microsoft Entra ID](https://www.microsoft.com/security/business/microsoft-entra) can make streamlined web API calls with API provided by the [`Microsoft.Identity.Web.DownstreamApi` NuGet package](https://www.nuget.org/packages/Microsoft.Identity.Web.DownstreamApi).
37
37
38
38
[!INCLUDE[](~/includes/package-reference.md)]
39
39
@@ -291,13 +291,13 @@ The solution includes a demonstration of obtaining weather data securely via an
291
291
292
292
### `BlazorWebAppEntra`
293
293
294
-
ABlazorWebAppwithglobalAutointeractivitythatuses [Microsoftidentityplatform](/entra/identity-platform/)/[MicrosoftIdentityWebpackages](/entra/msal/dotnet/microsoft-identity-web/) for [MicrosoftEntraID](https://www.microsoft.com/security/business/microsoft-entra). The solution includes a demonstration of obtaining weather data securely via an external web API when a component that adopts Interactive Auto rendering is rendered on the client.
294
+
ABlazorWebAppwithglobalAutointeractivitythatuses [Microsoftidentityplatform](/entra/identity-platform/)with[MicrosoftIdentityWebpackages](/entra/msal/dotnet/microsoft-identity-web/) for [MicrosoftEntraID](https://www.microsoft.com/security/business/microsoft-entra). The solution includes a demonstration of obtaining weather data securely via an external web API when a component that adopts Interactive Auto rendering is rendered on the client.
295
295
296
296
### `BlazorWebAppEntraBff`
297
297
298
298
ABlazorWebAppwithglobalAutointeractivitythatuses:
299
299
300
-
* [Microsoftidentityplatform](/entra/identity-platform/)/[MicrosoftIdentityWebpackages](/entra/msal/dotnet/microsoft-identity-web/) for [MicrosoftEntraID](https://www.microsoft.com/security/business/microsoft-entra).
300
+
* [Microsoftidentityplatform](/entra/identity-platform/)with[MicrosoftIdentityWebpackages](/entra/msal/dotnet/microsoft-identity-web/) for [MicrosoftEntraID](https://www.microsoft.com/security/business/microsoft-entra).
ThesolutionincludesademonstrationofobtainingweatherdatasecurelyviaanexternalwebAPI when a component that adopts Interactive Auto rendering is rendered on the client.
@@ -1120,10 +1120,10 @@ For a demonstration, see <xref:blazor/security/webassembly/standalone-with-ident
FormoreinformationonFetchAPIoptions, see [MDNwebdocs: WindowOrWorkerGlobalScope.fetch():Parameters](https://developer.mozilla.org/docs/Web/API/fetch#Parameters).
0 commit comments