| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The JWT authentication configuration. | ||
| type | string | The authentication configuration type. | Jwt |
| secretType | string | The type of the secret used. Valid values:
| Symmetry |
| jwks | string | The JWKS configuration. | xxxx |
| jwtTokenConfig | object | The JWT token configuration. | |
| position | string | The location where the JWT is stored. | HEADER |
| key | string | The key used for the JWT. | Authorization |
| prefix | string | The token prefix configuration. | test |
| pass | boolean | Indicates whether acceptance is granted. | true |
| jwtPayloadConfig | object | The JWT payload configuration. | |
| payloadKeyName | string | The key in the JWT payload. | uid |
| payloadKeyValue | string | The value for the JWT payload key. | 2222 |