From 3f11a8e0875d85a93c9cc1d341428fc580fcf09a Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 22 Nov 2024 10:44:13 +0100 Subject: [PATCH] Update docs/auth/service-to-service-auth.md Signed-off-by: Johan Haals Co-authored-by: Patrik Oldsberg Signed-off-by: Johan Haals --- docs/auth/service-to-service-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/service-to-service-auth.md b/docs/auth/service-to-service-auth.md index 6bebd4e8c4..126b136d0b 100644 --- a/docs/auth/service-to-service-auth.md +++ b/docs/auth/service-to-service-auth.md @@ -415,7 +415,7 @@ Each entry has one or more of the following fields: ## Adding custom or logic for validation and issuing of tokens -The `pluginTokenHandlerDecoratorServiceRef` can be used to decorate the existing token handler without having to re-implement the entire `PluginTokenHandler`. +The `pluginTokenHandlerDecoratorServiceRef` can be used to decorate the existing token handler without having to re-implement the entire `AuthService` implementation. This is particularly useful when you want to add additional logic to the handler, such as logging or metrics or custom token validation. The `PluginTokenHandler` interface has two methods: