Skip to main content

callback-payload-verification-invalid-algorithm

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

The payload verification algorithm must be one of the supported algorithms. Invalid algorithms will prevent the callback payload verification from being properly configured.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe specified payload verification algorithm is not valid.
CodeOPENAPI3APIMATIC_L514
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Callbacks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting callback payload verification algorithm invalid

Suggested Fixes

  • Use one of the supported payload verification algorithms (HMAC-SHA256, HMAC-SHA512, etc).
  • If a custom algorithm is needed, use the custom algorithm type and provide the algorithm name.

For More Information