@@ -26,12 +34,12 @@ public class KeycloakCASClientInstallation implements ClientInstallationProvider
@Override
publicStringgetDisplayType(){
return"Keycloak CAS JSON";
return"Plain CAS configuration";
}
@Override
publicStringgetHelpText(){
return"keycloak.json file used by the Keycloak CAS client adapter to configure clients. This must be saved to a keycloak.jsonfile and put in your WEB-INF directory of your WAR file. You may also want to tweak this file after you download it.";
return"CAS configuration properties required by CAS clients. Enter the values shown below into the configuration dialog of your client SP.";
}
@Override
...
...
@@ -56,7 +64,7 @@ public class KeycloakCASClientInstallation implements ClientInstallationProvider
@Override
publicStringgetId(){
return"keycloak-cas-keycloak-json";
return"keycloak-cas-text";
}
@Override
...
...
@@ -66,12 +74,12 @@ public class KeycloakCASClientInstallation implements ClientInstallationProvider