Active
Project:
OpenAPI
Version:
8.x-1.x-dev
Component:
OpenApi Docs
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2018 at 22:06 UTC
Updated:
3 Jun 2018 at 22:06 UTC
Jump to comment: Most recent
OpenAPI spec states that each path should list the valid oAuth scopes which are required. The consumers module implements scopes as Drupal Roles, in order to provide logical groupings. This means that we need determine what permissions are required for a given endpoint, and reverse this to determine what roles have those permissions, and then return those. This is a complicated process but should be implemented.
Comments