valid-oauth-2-parameter-format
Overview
This rule belongs to the apimatic-preliminary-validation
ruleset and states that:
The format specified for an OAuth 2.0 parameter, indicating how the parameter should be sent, must be one of the allowed formats for that authentication parameter e.g. form and query are the only allowed formats for the grant_type parameter.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Format provided for OAuth 2 parameter is invalid. |
Code | APIMATICPRE_V069 |
Type | Validation |
Rule System | Semantic |
Broad Category | Authentication |
Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
Tags | preliminary checks validation apimatic oauth 2.0 parameter authentication |
Suggested Fixes
- Use only allowed formats for OAuth 2 parameters to avoid this issue.