Hello everybody I have the following problem: I wrote in springboot the following code to return a list of type UserRepresentation. There aren't any error in springboot or in angular application but the list of users obtain from the token is empty. In keycloak I have assigned view users , query users an other roles how to see in photo. Why the list is emptylist of role that I assigned?listUsers is empty. Keycloak and springboot run in docker-container.The version of keycloak used is 20.0.2
There aren't any error in springboot or in angular application but the list of users obtain from the token is empty. In keycloak I have assigned view users , query users an other roles how to see in photo