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
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | One or more required parameters for JWT authentication type are missing/undefined. |
| Code | APIMATICPRE_V063 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Authentication |
| Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
| Tags | preliminary 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.