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

Group search endpoints don't return access. #18121

Closed
ssilvert opened this issue Aug 22, 2022 · 0 comments
Closed

Group search endpoints don't return access. #18121

ssilvert opened this issue Aug 22, 2022 · 0 comments
Assignees
Labels
impact/high kind/bug Categorizes a PR related to a bug team/ui
Milestone

Comments

@ssilvert
Copy link
Contributor

Describe the bug

When we search for groups, the returned group entities do not include the access attribute.

So the only way to see the fine-grained access is to do a GET on the single group like this:
http://localhost:8180/admin/realms/test/groups/1cc6a85b-0c4d-4911-8fb4-bc3debf4b1b4

This returns the fine-grained access attribute, which looks like this:
"access":{"view":true,"manage":true,"manageMembership":true}

But we need this information when we search as well.

Version

20.0.0-SNAPSHOT

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response

@ssilvert ssilvert added kind/bug Categorizes a PR related to a bug impact/high labels Aug 22, 2022
@ssilvert ssilvert added this to the 20.0.0 milestone Aug 22, 2022
edewit referenced this issue in edewit/keycloak-admin-ui Aug 23, 2022
edewit referenced this issue in edewit/keycloak-admin-ui Aug 23, 2022
edewit referenced this issue in edewit/keycloak-admin-ui Aug 24, 2022
edewit referenced this issue in edewit/keycloak-admin-ui Aug 25, 2022
edewit referenced this issue in edewit/keycloak-admin-ui Aug 30, 2022
edewit referenced this issue in edewit/keycloak-admin-ui Aug 31, 2022
@ssilvert ssilvert closed this as completed Sep 1, 2022
@ssilvert ssilvert modified the milestones: 20.0.0, 19.0.2 Sep 15, 2022
@ssilvert ssilvert transferred this issue from another repository Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/high kind/bug Categorizes a PR related to a bug team/ui
Projects
None yet
Development

No branches or pull requests

2 participants