IDTokenSignatureValidationValve
Parses a JWT ID and validates the signature. Used this valve when acting as an OIDC RP.
Properties
Example Configuration
{ "name": "IDTokenSignatureValidationValve", "config": {
"token_parameter_key": "id_token"
,"internal_op_id": "123456"
} }
Requirements
The open id connect provider must be known to the system.