keycloak / keycloak-quickstarts

Apache License 2.0
1.99k stars 985 forks source link

Fix listing of users in user-storage-simple #399

Closed martin-kanis closed 1 year ago

martin-kanis commented 1 year ago

Describe the bug

In user-storage-simple there is not possible to list all users (including those from the federated provider). When searching by * only local users are returned. When searching by username (malcom) the user is found.

Version

999.0.0-Snapshot

Expected behavior

It should be possible to list all users even when only searching by username is supported.

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response