-
Notifications
You must be signed in to change notification settings - Fork 77
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
Labels
Comments
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
model changes:
OrganizationMembershipAttributeEntity
(name value pairs) and add it to theOrganizationMembershipEntity
as a collectionOrganizationMembershipModel
that includes the new attributes and the rolesOrganizationMembershipModel getMembershipDetails(UserModel user)
method toOrganizationModel
getMembersStream
andsearchForMembersStream
methods inOrganizationModel
with methods that return streams ofOrganizationMembershipModel
s.resource/representation changes
MembersResource
, update the GET method to return aUserRepresentation
with amembership
object containingattributes
collection androles
collection.The text was updated successfully, but these errors were encountered: