Updated Client configuration (markdown)

master
Justin Richer 2013-12-03 13:28:30 -08:00
parent 0841e70a93
commit 7747b9ab6d
1 changed files with 1 additions and 1 deletions

@ -76,7 +76,7 @@ It is configurable for use in different modes through the use of different prope
To validate ID token signatures, the client will need access to a validator for each issuer's key set. This service bean will automatically fetch the keys and set up a validator: To validate ID token signatures, the client will need access to a validator for each issuer's key set. This service bean will automatically fetch the keys and set up a validator:
``` ```
<bean id="validatorCache" class="org.mitre.jwt.signer.service.impl.JWKSetSigningAndValidationServiceCacheService" /> <bean id="validatorCache" class="org.mitre.jwt.signer.service.impl.JWKSetCacheService" />
``` ```
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: 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: