authentication-parameters-not-required
Overview
This rule belongs to the apimatic-preliminary-validation ruleset and states that:
For some authentication types like those tied to OAuth 1.0, authentication parameters must not be specified.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Current authentication type does not support any parameters. |
| Code | APIMATICPRE_V062 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Authentication |
| Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
| Tags | preliminary checks validation apimatic authentication parameter api |
Suggested Fixes
- Remove all parameter definitions from the authentication section or change the authentication type.