JWTTokenParserValve
Parses a JWT token and extracts the parsed pieces into an item. If no item is present, a new is created.
Verifies the signature of the JWT token with configured certificate (public key).
Properties
Example Configuration
{ "name": "JWTTokenParserValve", "config": {
"access_token": "jwt"
,"certfilepath": "/path/to/file.crt"
} }
Requirements
- The incoming request must contain parameter access_token in order for the valve to work properly.