Skip to main content

required-jwt-authentication-parameters

Overview

This rule belongs to the apimatic-preliminary-validation ruleset and states that:

For JWT authentication, the following three parameters must be defined: JWTHeaderName, JWTAcquireURL, JWTDestroyURL

PropertyValue
EnabledYes
Maximum SeverityError
MessageOne or more required parameters for JWT authentication type are missing/undefined.
CodeAPIMATICPRE_V063
TypeValidation
Rule SystemSemantic
Broad CategoryAuthentication
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagspreliminary checks validation apimatic jwt authentication parameter api

Suggested Fixes

  • Make sure that the required JWT parameters (JWTHeaderName, JWTAcquireURL, JWTDestroyURL) are defined in the authentication section.
  • Make sure the parameter names are not misspelled or using the wrong case.

For More Information