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

Add attributes to an OrganizationMembership #287

Open
xgp opened this issue Dec 11, 2024 · 0 comments
Open

Add attributes to an OrganizationMembership #287

xgp opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
customer Customer request enhancement New feature or request

Comments

@xgp
Copy link
Member

xgp commented Dec 11, 2024

model changes:

  • create an OrganizationMembershipAttributeEntity (name value pairs) and add it to the OrganizationMembershipEntity as a collection
  • create an OrganizationMembershipModel that includes the new attributes and the roles
  • add a OrganizationMembershipModel getMembershipDetails(UserModel user) method to OrganizationModel
  • duplicate the getMembersStream and searchForMembersStream methods in OrganizationModel with methods that return streams of OrganizationMembershipModels.

resource/representation changes

  • in the MembersResource, update the GET method to return a UserRepresentation with a membership object containing attributes collection and roles collection.
@xgp xgp added enhancement New feature or request customer Customer request labels Dec 11, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Dec 28, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Dec 29, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Dec 29, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Dec 31, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Dec 31, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Dec 31, 2024
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 3, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 3, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 3, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 4, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 4, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 4, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 5, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 5, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 5, 2025
rtufisi added a commit to rtufisi/keycloak-orgs that referenced this issue Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer Customer request enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants