non-null-non-empty-applied-authentication-scheme-name
Overview
This rule belongs to the apimatic-post-processing-validation ruleset and states that:
When an authentication scheme is applied, the authentication scheme name must be non-null, non-empty and correspond with the name of a predefined authentication scheme. If that is not the case, the authentication will not be considered as an applicable form of an authentication option.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | Authentication scheme applied is invalid and will not be considered as an applicable form of authentication option. |
| Code | APIMATICPOSTPROCESS_V104 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Authentication |
| Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
| Tags | apimatic postprocessing validation applied authentication authentication option authentication scheme authentication |
Suggested Fixes
- Make sure that the authentication scheme name in the authentication applied is not null or empty.