Skip to main content

unique-endpoint-scopes

Overview

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

The required scopes of an endpoint must be unique.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageDuplicate scopes found in endpoint have been deduplicated.
CodeAPIMATICPOSTPROCESS_V202
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoints
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagsapimatic postprocessing validation scope oauth 2.0 authentication endpoint

Suggested Fixes

  • Make sure scopes are not repeated in an endpoint to avoid this issue.

For More Information