Skip to content

Commit

Permalink
docs: fix renaming IKeycloakProtectionClient to IAuthorizationServerC…
Browse files Browse the repository at this point in the history
…lient
  • Loading branch information
NikiforovAll committed May 7, 2024
1 parent 627c38e commit cc1603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authorization/authorization-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit cc1603e

Please sign in to comment.