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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | OAuth 1.0 authentication scheme isn't allowed. |
Code | APIMATICCODEGEN_V022 |
Type | Validation |
Rule System | Semantic |
Broad Category | Authentication |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic 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.