Updated Client configuration (markdown)
parent
4a0f6d4281
commit
948f7e3df8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue