src/main/java/org/keycloak/protocol/cas/endpoints/AuthorizationEndpoint.java
@@ -84,11 +84,6 @@ throw new ErrorPageException(session, Messages.CLIENT_DISABLED); } if (client.isBearerOnly()) { event.error(Errors.NOT_ALLOWED); throw new ErrorPageException(session, Messages.BEARER_ONLY); } redirectUri = RedirectUtils.verifyRedirectUri(uriInfo, service, realm, client); event.client(client.getClientId());