Skip to main content

oauth1-authentication-not-allowed

Overview

This rule belongs to the apimatic-codegen-validation ruleset and states that:

OAuth 1.0 authentication methods are deprecated and not supported. Use OAuth 2.0 or other modern authentication schemes instead.

PropertyValue
EnabledYes
Maximum SeverityError
MessageOAuth 1.0 authentication scheme isn't allowed.
CodeAPIMATICCODEGEN_V022
TypeValidation
Rule SystemSemantic
Broad CategoryAuthentication
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic oauth 1.0 authentication deprecated security

Suggested Fixes

  • Replace OAuth 1.0 authentication with OAuth 2.0.
  • Consider using API key authentication or bearer token authentication as alternatives.
  • Review your authentication configuration to ensure it uses supported methods.

For More Information