desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Required Scopes not listed in UI

Open mduesterhoeft opened this issue 5 years ago • 2 comments

In your "next" product the required scopes for a resource are not displayed:

The operation in the openAPI spec includes this security section:

"security": [
          {
            "oauth2_accessCode": [
              "ordr:r"
            ]
          },
          {
            "oauth2_application": [
              "ordr:r"
            ]
          }
        ]

The UI states that outh2 authorization is required but does not list the scopes.

image

mduesterhoeft avatar Sep 20 '18 07:09 mduesterhoeft

Do you have any idea when we can expect this? Not having the scopes displayed is really bad from my point of view.

mduesterhoeft avatar Oct 18 '18 09:10 mduesterhoeft

@mduesterhoeft We'll hopefully get this in one of the near future releases. A PR was just opened for it this week.

tbarn avatar Oct 20 '18 15:10 tbarn