Skip to content

Extend MinimalPermissionsPlugin to support delegated and application permissions #1023

@waldekmastykarz

Description

@waldekmastykarz

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @waldekmastykarz

        Issue actions

          Extend MinimalPermissionsPlugin to support delegated and application permissions · Issue #1023 · dotnet/dev-proxy