-
-
Notifications
You must be signed in to change notification settings - Fork 900
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
[2024.06.0] Cannot create groups with the same name #10165
Comments
Thanks for clarifying @BeryJu . This feature is also beneficial for mapping groups to Apps. For instance, OIDC apps obtain group names via claims. If group names are unique, OIDC applications may end up with unnatural group names, such as /org/division/administrators instead of simply administrators. While this issue can be resolved through policies, it requires additional effort. |
@marcportabellaclotet-mt the main reason fir this is compatibility with external systems (it was changed as part of adding GWS support), as with a lot of external systems that are also identity providers (like google workspace and entra), group names are unique. Also with how groups are currently returned in scopes and in the API it can be quite difficult to differentiate two different groups with the same name (when not using the UUID). This might be something we'll revisit in the future or make configurable in the future |
That makes a lot of sense. |
Description:
In the latest version of Authentik IDP (2024.06.0), attempting to create multiple groups with the same name results in an error message stating that the field must be unique. This behavior differs from version 2024.04.0, where it was possible to create multiple groups with the same name without any issues.
Steps to Reproduce:
Expected Behavior:
It should be possible to create multiple groups with the same name, as was the case in version 2024.04.0.
Actual Behavior:
The UI returns an error message indicating that the group name must be unique, preventing the creation of multiple groups with the same name.
Screenshots:
Environment:
Additional Context:
This change in behavior might be related to recent updates in version 2024.06.0. It would be helpful to understand whether this is an intended change or a bug. If it's an intended change, documentation or release notes highlighting this new constraint would be appreciated.
The text was updated successfully, but these errors were encountered: