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
With the upper lock symbol, all possible authorizations are shown. Thats ok.
With the lower lock symbol, the authorizations are already filtered to the types supported by an endpoint, but for oauth, still all scopes are shown
Describe the solution you'd like
Should be reduced to the scopes specified at the endpoint (for below example should be admin only for the POST endpoint)
* 'available authorization' popup: only show oauth2 scopes relevant for current endpoint (issue #8219)
* unit tests for oauth2 scope filter
Co-authored-by: Kai Morich <[email protected]>
Co-authored-by: Tim Lai <[email protected]>
Is your feature request related to a problem?
With the upper lock symbol, all possible authorizations are shown. Thats ok.
With the lower lock symbol, the authorizations are already filtered to the types supported by an endpoint, but for oauth, still all scopes are shown
Describe the solution you'd like
Should be reduced to the scopes specified at the endpoint (for below example should be
admin
only for the POST endpoint)Additional context
minimalistic example:
The text was updated successfully, but these errors were encountered: