Uninstallation and clean up#
To remove Casa from your Gluu installation, do the following:
-
Update applications requesting
casaacr. In case you have OpenId Connect clients requesting this acr_value, do the required changes because uninstallation will remove this acr and its corresponding custom script from your server. For instance, in oxTrust navigate toConfiguration>Manage Authentication>Default Authentication methodand update accordingly if you have selectedcasathere. -
Login to chroot.
-
Run the cleanup utility. It will remove configurations added to your Gluu Server when Casa was installed, as well as data no longer needed. In the chroot run:
# cd /install/community-edition-setup/ # ./casa_cleanup.py -
Log out of chroot and remove the package:
For deb based systems:
apt remove gluu-casaFor rpm based systems:
yum remove gluu-casa