You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend MinimalPermissionsPlugin to support delegated and application permissions. To do this, we need to introduce a new property named schemeName. If specified, the plugin retrieves scopes from that scheme. If not specified, plugin reads information from the first oauth2 scheme in the spec, like it does now.
We need this to allow discovering minimal permissions for delegated and application permissions which are specified in the API spec in separate schemes.
The text was updated successfully, but these errors were encountered:
Extend MinimalPermissionsPlugin to support delegated and application permissions. To do this, we need to introduce a new property named
schemeName
. If specified, the plugin retrieves scopes from that scheme. If not specified, plugin reads information from the first oauth2 scheme in the spec, like it does now.We need this to allow discovering minimal permissions for delegated and application permissions which are specified in the API spec in separate schemes.
The text was updated successfully, but these errors were encountered: