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

github-actions
2023-02-24 58cce9e3b5ed19e26c3748b66536c160a266e885
src/main/java/org/keycloak/protocol/cas/installation/KeycloakCASClientInstallation.java
@@ -22,7 +22,7 @@
        String bindingUrl = RealmsResource.protocolUrl(bindingUrlBuilder)
                .build(realm.getName(), CASLoginProtocol.LOGIN_PROTOCOL).toString();
        String description = "CAS Server URL: " + bindingUrl + "\n" +
                "CAS Protocol: CAS 2.0/3.0 (SAML 1.1 is not supported)\n" +
                "CAS Protocol: CAS 2.0/3.0, SAML 1.1\n" +
                "Use CAS REST API: false (unsupported)";
        return Response.ok(description, MediaType.TEXT_PLAIN_TYPE).build();
    }