Skip to content
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

use UserProfileMetadata for profile #81

Open
xgp opened this issue Apr 12, 2023 · 7 comments
Open

use UserProfileMetadata for profile #81

xgp opened this issue Apr 12, 2023 · 7 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@xgp
Copy link
Member

xgp commented Apr 12, 2023

Personal information needs to come from / update UserProfileMetadata

@xgp xgp added enhancement New feature or request help wanted Extra attention is needed labels Jun 26, 2023
@xgp
Copy link
Member Author

xgp commented Jul 12, 2023

See how they do it in the keycloak.v3 account theme https://github.com/keycloak/keycloak/tree/main/js/apps/account-ui/src/personal-info

@pnzrr
Copy link
Contributor

pnzrr commented Jul 16, 2023

Already pulling in with userProfileMetadata

image

so this isn't the issue. It's more as mentioned in #103 about how the data is picked for that particular profile.

@xgp seems like we could close this issue in lieu of 103 "fixing"

@pnzrr
Copy link
Contributor

pnzrr commented Jul 16, 2023

Also updating the account doesn't require the query param based on looking at the API spec. Should it?

@MGLL
Copy link
Contributor

MGLL commented Feb 1, 2024

Does "help wanted" tag means you are looking for external / open-source support ? 😄

@xgp
Copy link
Member Author

xgp commented Feb 1, 2024 via email

@pnzrr
Copy link
Contributor

pnzrr commented Jun 27, 2024

@xgp to confirm, the idea is to change from explicitly only allowing username, email, first name, last name to allow editing anything in the UserProfileMetadata? This would match the User Details in the Admin UI?

image

@xgp
Copy link
Member Author

xgp commented Jun 28, 2024

Exactly.

This is to stay up to date with how Keycloak has moved from fixed properties to dynamic properties in UserProfileMetadata. Should be similar to how they do it in the account-v3 theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants