[keycloak-user] Springboot app polls only 100 records from keycloak

vinayak kelapkar kvinayak0705 at gmail.com
Mon Nov 11 13:52:24 EST 2019


Hi Team,

We have integrate springboot application with keycloak however we are able
to poll only 100 records from keycloak and application does not throw any
exception but we want all the records to be loaded in springboot
application is there any configuration or sample code to do that ?

        UsersResource users = keycloak.realm(realm).users();
        log.info("Total user count from keycloak is " +
users.count());//100 records only processed and application return 200 Ok
success

Regards,


More information about the keycloak-user mailing list