Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
twsouthwick opened this issue May 14, 2024 · 0 comments
Open
Labels
🦄 Feature Request [ISSUE] Suggestion for new feature, update or change

Comments

@twsouthwick
Copy link
Contributor

twsouthwick commented May 14, 2024

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!

@twsouthwick twsouthwick added the 🦄 Feature Request [ISSUE] Suggestion for new feature, update or change label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦄 Feature Request [ISSUE] Suggestion for new feature, update or change
Projects
None yet
Development

No branches or pull requests

1 participant