non-null-non-empty-applied-authentication-scheme-name
Overview
This rule belongs to the apimatic-preliminary-validation ruleset and states that:
When an authentication scheme is applied, the authentication scheme name must be non-null and non-empty.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Authentication scheme name is null or empty. |
| Code | APIMATICPRE_V072 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Authentication |
| Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
| Tags | preliminary checks validation apimatic authentication scheme name authentication scheme applied authentication authentication |
Suggested Fixes
- Make sure that the authentication scheme name in the authentication applied is not null or empty and corresponds with the name of a predefined authentication scheme.