From cc1603e08c0e43ec4911a573131b64d69a80b44a Mon Sep 17 00:00:00 2001 From: nikiforovall Date: Tue, 7 May 2024 16:56:13 +0300 Subject: [PATCH] docs: fix renaming IKeycloakProtectionClient to IAuthorizationServerClient --- docs/authorization/authorization-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authorization/authorization-server.md b/docs/authorization/authorization-server.md index 9209f7da..8e2c1faa 100644 --- a/docs/authorization/authorization-server.md +++ b/docs/authorization/authorization-server.md @@ -32,4 +32,4 @@ Here is how to use `AuthorizationBuilder` to define policy for a protected resou <<< @/../tests/Keycloak.AuthServices.IntegrationTests/AuthorizationServerPolicyTests.cs#RequireProtectedResource_DefaultResource_Verified > [!Note] -> The calls to Authorization Servers are made on behalf of a user based on header propagation. We are taking user's *access_token* (JWT Bearer Token) from `IHttpContextAccessor`. `AddHeaderPropagation` adds `AccessTokenPropagationHandler` delegating handler to `IKeycloakProtectionClient` responsible for header propagation. +> The calls to Authorization Servers are made on behalf of a user based on header propagation. We are taking user's *access_token* (JWT Bearer Token) from `IHttpContextAccessor`. `AddHeaderPropagation` adds `AccessTokenPropagationHandler` delegating handler to `IAuthorizationServerClient` responsible for header propagation.