Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageAuthentication scheme name is null or empty.
CodeAPIMATICPRE_V072
TypeValidation
Rule SystemSemantic
Broad CategoryAuthentication
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagspreliminary 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.