Aguafrommars / TheIdServer

OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI

Home Page:https://theidserver-duende.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only 10 entities are visible on the admin UI lists

AnKa0 opened this issue · comments

Describe the bug
On the admin UI, if we have more than 10 entities of a kind (clients, users, roles, etc...), only the first 10 show up on the corresponding pages. The remaining ones are not displayed therefore can not be viewed and edited through the UI.

To Reproduce
Steps to reproduce the behavior:

  1. Add at least 11 entities of one kind (for example clients)
  2. Open the clients page and see that the 11th one is not displayed there

Expected behavior
Please either implement pagination (I can see that it's built in the models but missing from the views) or at least increase the page size as a quick fix

as a workaround you can filter lists