Skip to content
Snippets Groups Projects
Commit d09ecd8e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4453 remove log

parent f5597eec
Branches
Tags
No related merge requests found
......@@ -37,7 +37,6 @@ public class KeycloakGenericRemoteService {
}
public Optional<RoleRepresentation> getClientRole(String roleName, String realClientId, String realm) {
LOG.info("Get role {} from client with ID {} in realm {}.", roleName, realClientId, realm);
return Optional.ofNullable(keycloak.realm(realm).clients().get(realClientId))
.orElseThrow(() -> new KeycloakException("Client with ID " + realClientId + " for realm " + realm + " not found."))
.roles()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment