-
Notifications
You must be signed in to change notification settings - Fork 4
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
User can view his UserAttribute in account console same as in admin console #145
Comments
We could also use User profile, which is Technology preview and not enabled by default. User profile give us the ability to control which attributes can be viewed ( or edited also) from User in the account console. With this feature, you could do other things like enabling administrator to view/edit specific attribute, attribute validation giving the possibility to User to add extra attributes. |
Unfortunately, although User Profile configuration consists ‘Can user view/edit‘, the ‘Personal Info’ page of Account Console does not take into account this information. I propose to suggest adding this information in the ‘Personal Info’ page based on User permission configuration in attributes of User Profile. |
… info endpoint (#145) Closes #47 Signed-off-by: Pedro Igor <[email protected]> Conflicts: core/src/main/java/org/keycloak/util/TokenUtil.java testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientTokenExchangeTest.java Co-authored-by: Pedro Igor <[email protected]>
This will based on role view-user-attributes ( default not set)
The text was updated successfully, but these errors were encountered: