You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the feedback! This happens because roles are bound to the OpenID Connect client, which is deleted when the app is deleted, while users and groups might be shared between multiple clients (for example to have the same users with different roles on different apps).
Would a checkbox that lets you decide if you also want to delete users and groups help?
Describe the bug
First time we deployed app with enabled
Identity Management
feature and addedUsers
,Groups
andRoles
. After that we removed this app.Second time, we deployed app with the same data as the first one and we found out that
Roles
data is empty butUsers
andGroups
still same.Expected-behavior
So either we also need to remove all
Identity Management
data along with deployed application or we need to remainRoles
list untouchable.Reproduction
Settings
button, next click onDeploy
right-top button;Identity Management
feature as enable and clickDeploy
right-bottom button;Users
,Groups
andRoles
to theIdentity Management
.Settings
and remove this application.Identity Management
page of this new app and make sure that onlyRoles
list without a data.System Info
Windows 11
Vaadin Flow 24.5.7
Vaadin Control Center 1.1.0
Chrome 131.0.6778.205
The text was updated successfully, but these errors were encountered: