mirror of https://github.com/jacekkow/keycloak-protocol-cas

Matthias Piepkorn
2017-01-29 8a55180284edc4f111d66f6e8b140408c7f7d160
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());