Skip to content

Commit 86eacf0

Browse files
committed
Updates
1 parent 8bac288 commit 86eacf0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

aspnetcore/blazor/security/webassembly/additional-scenarios.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,10 @@ builder.Services.AddScoped(sp => new HttpClient(
387387
});
388388
```
389389

390-
In the preceding code, the scopes `example.read` and `example.write` are generic examples not meant to reflect valid scopes for any particular provider.
390+
In the preceding code:
391+
392+
* The scopes `example.read` and `example.write` are generic examples not meant to reflect valid scopes for any particular provider.
393+
* <xref:System.Net.Http.IHttpClientFactory> isn't used to create <xref:System.Net.Http.HttpClient> instances, so an <xref:System.Net.Http.HttpClientHandler> instance is manually created and assigned to the <xref:Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler>'s <xref:System.Net.Http.DelegatingHandler.InnerHandler%2A?displayProperty=nameWithType>.
391394

392395
:::moniker range="< aspnetcore-8.0"
393396

0 commit comments

Comments
 (0)