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
The create new user page requires the admin user to be given the "Manage-Realm" role in order to see the user profile attributes in the create new user page #19093
I have reproduced the issue with the latest release
Area
account/api
Describe the bug
The create new user page requires the admin user to be given the "Manage-Realm" role in order to see the user profile attributes in the create new user page
The user profile in realm setting is enabled.
A new profile attribute has been created and enabled.
The Create user page does not display the user profile attributes unless the admin user has been assign the "Manage-realm" role
Version
21.0.1
Expected behavior
The create new user page should display the user profile attributes once the user profile setting is enabled for the realm without the need to assign "Manage-Realm" role to the admin user.
Actual behavior
The create new user page requires the admin user to be given the "Manage-Realm" role in order to see the user profile attributes in the create new user page
How to Reproduce?
Start Keycloak with user profile enabled (--features=preview)
Create new realm
Enable user profile
Create new user profile attribute
Create new admin user with the following roles (Query-Users, Query-Groups, Manage-Users)