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
Describe the bug
In GET /admin/realms/{realm}/clients API docs we can read about
searchparameter: "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