Older version2.7 ValvesJWTJWTTokenParserValve

JWTTokenParserValve

Parses a JWT token and extracts the parsed pieces into an item. If no item is present, a new is created.

Properties

Name Description Default value Mandatory Supports property expansion
access_token Where to find the access token. Formatted in rfc7519. empty as in nothing Yes Yes

Example Configuration

{      
  "name": "JWTTokenParserValve",
  "config": {
         "access_token": "jwt"
  }
}

Requirements

  • The incoming request must contain parameter access_token in order for the valve to work properly.

General information