mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🚀 Feature: Add "Group Count" column to Manage OIDC Clients table #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mitchplze on GitHub.
Originally assigned to: @kmendell on GitHub.
Feature description
This feature request is to add additional columns to the Manage OIDC Clients page, similar to the Manage User Groups page table.
Most notably, the column I'd love to see in such a table would be: Group Count
Pitch
In my use case, I want to be able to see at a glance which applications are associated with groups, and more to the point, which are not.
Any apps with a "0" in the proposed Group Count column would likely deserve a review from a security perspective (as they are unrestricted). Similarly, an app with a high group count might also need review to ensure permissions are not too broad.
This request is essentially just the opposite side of the existing User Count field on the Manage User Groups page.