hoophq / hoop

Hoop.dev is an open-source access gateway that provides secure, seamless, and audited access to databases and infrastructure without exposing credentials or sensitive data.
https://hoop.dev
MIT License
240 stars 9 forks source link

Feature Request: add alias for groups #526

Open e-scheer opened 3 weeks ago

e-scheer commented 3 weeks ago

When groups are retrieved from an IDP like Azure, they are provided as group IDs, which are not user-friendly. This makes it challenging to identify and manage groups within the application.

Would it be possible or is it planned to add an alias option to rename these groups? This would allow for a more user-friendly naming convention without changing the underlying group ID from the IDP.

This feature would be particularly helpful for integrations where the group IDs are not descriptive or intuitive for end users.

Thanks !

sandromello commented 3 weeks ago

Hey @e-scheer , it's possible to propagate groups as names with Azure. Have you taken a look in this documentation?

e-scheer commented 3 weeks ago

Yes, I've tried that, but unfortunately, the solution only works with ApplicationGroup, which is limited to users with an AD subscription.

By the way, kudos for the documentation! It's concise and detailed—something I haven't seen in a while. Thank you for that.