-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Add briefRepresentation
to get organizations from user
#40435
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
Conversation
@SferaDev - please create a GitHub issue (either bug or enhancement) and then link it to this issue as described in the CONTRIBUTING.md guide. Thanks! cc: @keycloak/core-iam |
6cf941d
to
02c2829
Compare
Done! @ahus1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@pedroigor can you run the CI for this PR? |
15aa181
to
fcaac23
Compare
Allow asking for the full representation in `GET /admin/realms/{realm}/organizations/members/{member-id}/organizations` Closes keycloak#40438 Signed-off-by: Alexis Rico <sferadev@gmail.com>
@SferaDev - please only rebase PRs when a reviewer asks you to, or if there are conflicts reports by GitHub. Otherwise each rebase will invalidate and restart all CI runs, and the reviewers will need to restart their work. |
@sguilhen - can you please re-review? |
Done, can you run the CI for this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving based on previous review
Default behavior was changed in e507eb6 but there's no way to get the full representation in this API after the change
Fix: #40438