-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
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:
- Navigate to the groups creation page in the Authentik IDP UI.
- Create a group with a specific name (e.g., "TestGroup").
- Attempt to create another group with the same name ("TestGroup").
- Observe the error message: "The field must be unique."
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.
Environment:
- Authentik IDP version: 2024.06.0
- Browser: [ Firefox]
- OS: [Linux]
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.

