Remove a duplicate word

This commit is contained in:
Kohei Tamura 2019-03-12 13:19:28 +09:00 committed by Stian Thorgersen
parent e257c501ef
commit 7b854a600f

View file

@ -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 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: 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 * External HTTP Service
* Static values defined in configuration * Static values defined in configuration
* Any other source by implementing the Claim Information Provider SPI * Any other source by implementing the Claim Information Provider SPI