Skip to content

search parameter missing in ClientsResource.query() #207

@loziniak

Description

@loziniak

Describe the bug

In GET /admin/realms/{realm}/clients API docs we can read about search parameter: "whether this is a search query or a getClientById query". So it seems this has to be true to return custom query results.

Version

26.3.3 (Keycloak), 26.0.7 (keycloak-client)

Expected behavior

When doing query clients.query("baseUrl:\"https://example.com\""), I should get a list of clients with given Uri.

Actual behavior

When doing query clients.query("baseUrl:\"https://example.com\""), I just get all the clients from the realm, which I suppose should not be the case.

How to Reproduce?

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions