desktop
desktop copied to clipboard
Required Scopes not listed in UI
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.
Do you have any idea when we can expect this? Not having the scopes displayed is really bad from my point of view.
@mduesterhoeft We'll hopefully get this in one of the near future releases. A PR was just opened for it this week.