I have a client in keycloak
for my awx(ansible tower) webpage.
I need only the users from one specific keycloak
group to be able to log in through this client.
How can I forbid all other users(except from one particular group) from using this keycloak
client?
I solved it like this:
user.hasRole(realm.getRole("yourRoleName"))
).