Remove a duplicate word
This commit is contained in:
parent
e257c501ef
commit
7b854a600f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
@ -162,4 +162,4 @@ public class MyClaimInformationPointProvider implements ClaimInformationPointPro
|
||||||
return claims;
|
return claims;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue