valid-oauth-2-parameter-format
Overview
This rule belongs to the apimatic-post-processing-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 | Warning |
Message | Format provided for OAuth 2 parameter is invalid and has been converted to the default format. |
Code | APIMATICPOSTPROCESS_V101 |
Type | Validation |
Rule System | Semantic |
Broad Category | Authentication |
Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
Tags | apimatic postprocessing validation oauth 2.0 parameter authentication |
Suggested Fixes
- Use only allowed formats for OAuth 2 parameters to avoid this issue.