From 7b854a600f7191344da2248b7b0da163354d832f Mon Sep 17 00:00:00 2001 From: Kohei Tamura Date: Tue, 12 Mar 2019 13:19:28 +0900 Subject: [PATCH] Remove a duplicate word --- .../topics/enforcer-claim-information-point.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authorization_services/topics/enforcer-claim-information-point.adoc b/authorization_services/topics/enforcer-claim-information-point.adoc index 24d8a80818..c5ff1a84b7 100644 --- a/authorization_services/topics/enforcer-claim-information-point.adoc +++ b/authorization_services/topics/enforcer-claim-information-point.adoc @@ -5,7 +5,7 @@ A Claim Information Point (CIP) is responsible for resolving claims and pushing in order to provide more information about the access context to policies. They can be defined as a configuration option to the policy-enforcer in order to resolve claims from different sources, such as: -* HTTP Request (parameters, headers, body, headers, etc) +* HTTP Request (parameters, headers, body, etc) * External HTTP Service * Static values defined in configuration * Any other source by implementing the Claim Information Provider SPI @@ -162,4 +162,4 @@ public class MyClaimInformationPointProvider implements ClaimInformationPointPro return claims; } } -``` \ No newline at end of file +```