Skip to content

[FEATURE_REQUEST] Generalized display control for user/group/roles #1582

@twsouthwick

Description

@twsouthwick

Is your feature request related to a problem? If so, please describe.

Currently, group/roles display management has 'keycloak' in the name. However, general OIDC is supported now that has group/role information but is not keycloak.

Describe the solution you'd like

I think the current displayData sections can be replaced with a generalized node (names pending) that would look like this:

sections:
- name: Getting Started
  icon: fas fa-rocket
  display:
    - type: user
      name: user-name
      display: true|false
    - type: group
      name: group-name
      display: true|false
    - type: role
      name: role-name
      display: true|false
    - type: guest
      display: true|false

I have this working locally to explore the idea, but wanted to check on if this was the right direction.

Priority

Low (Nice-to-have)

Is this something you would be keen to implement

Yes!

Metadata

Metadata

Assignees

Labels

📌 Keep Open[ISSUE][PR] Prevent auto-closing🦄 Feature Request[ISSUE] Suggestion for new feature, update or change

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions