-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Milestone
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
admin/ui
Describe the bug
With the Admin UI V2, in private clients details, the Credentials tab is hidden while having a fine grained permission view-client.
Client secrets are still readable via the api with this same permission so I guess it's an UI bug.
It seems to be a problem close to this bug but for clients instead of users
Version
22.0.1
Expected behavior
For a user with fine grained view-client permission on a private client, the admin UI should show the Credentials tab.
Actual behavior
For a user with fine grained view-client permission on a private client, the admin UI does not show the Credentials tab.
How to Reproduce?
- Create a private client
- Give the view-client permission on this client to a user
- This user won't be able to see the Credentials tab for this client
Anything else?
No response
Reactions are currently unavailable