Updated Client configuration (markdown)
parent
0841e70a93
commit
7747b9ab6d
|
@ -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:
|
||||
|
||||
```
|
||||
<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:
|
||||
|
|
Loading…
Reference in New Issue