All Products
Search
Document Center

API Gateway:JwtIdentityConfig

Last Updated:Dec 17, 2025
ParameterTypeDescriptionExample
object

The JWT authentication configuration.

typestring

The authentication configuration type.

Jwt
secretTypestring

The type of the secret used.

Valid values:

  • Asymmetry: asymmetric encryption.
  • Symmetry: symmetric encryption.
Symmetry
jwksstring

The JWKS configuration.

xxxx
jwtTokenConfigobject

The JWT token configuration.

positionstring

The location where the JWT is stored.

HEADER
keystring

The key used for the JWT.

Authorization
prefixstring

The token prefix configuration.

test
passboolean

Indicates whether acceptance is granted.

true
jwtPayloadConfigobject

The JWT payload configuration.

payloadKeyNamestring

The key in the JWT payload.

uid
payloadKeyValuestring

The value for the JWT payload key.

2222