Updated Client configuration (markdown)

master
Justin Richer 2013-07-23 11:50:30 -07:00
parent 4a0f6d4281
commit 948f7e3df8
1 changed files with 6 additions and 0 deletions

@ -75,6 +75,12 @@ To validate ID token signatures, the client will need access to a validator for
<bean id="validatorCache" class="org.mitre.jwt.signer.service.impl.JWKSetSigningAndValidationServiceCacheService" /> <bean id="validatorCache" class="org.mitre.jwt.signer.service.impl.JWKSetSigningAndValidationServiceCacheService" />
``` ```
Depending on how the component scan is set up in the project, the validator may need to get set up as a property on the filter:
```
<property name="validationServices" ref="validatorCache" />
```
## Issuer Service ## Issuer Service
### Static Issuer Service ### Static Issuer Service