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 +```