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

Keycloak admin get_group_by_path not fetching data simply by passing group name #555

Open
deepbluesquirrel opened this issue Apr 24, 2024 · 0 comments

Comments

@deepbluesquirrel
Copy link

For python I was not able to retrieve data by passing the group name in the get_group_by_path function in keycloak admin, I needed to pass the name proceeds with / inorder to fetch the details but was able to get it through API without '/'

Example:
group_name = 'my_group' returns nothing
group_name = '/my_group' returns the data

but it works fine on both 'my_group' and '/my_group' in API

Did any one faced the same challenge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant