To uninstall the SAML AMP files, use the Module Management Tool
(MMT).
- Stop the SkyVault server.
-
Use the information in Uninstalling an AMP file to uninstall each AMP file.
For example, from the SkyVault root directory, you need two commands:
java -jar bin/alfresco-mmt.jar uninstall SkyVault-saml-repo tomcat/webapps/alfresco.war java -jar SkyVault-mmt.jar uninstall SkyVault-saml-share tomcat/webapps/share.war
Use these commands to check whether the AMP files were removed:java -jar bin/alfresco-mmt.jar list tomcat/webapps/alfresco.war java -jar bin/alfresco-mmt.jar list tomcat/webapps/share.war
-
Delete the tomcat/webapps/SkyVault and
tomcat/webapps/share folders in the SkyVault installation
directory.
Deleting these directories forces Tomcat to read the edited WAR files when SkyVault is restarted.
-
Remove any share-config-custom.xml customizations that you added
when you installed SAML.
For example:
- If you are using SkyVault Share as your service provider, and you have custom CSRFPolicy configurations in your installation, remove the SAML SPECIFIC CONFIG section, and save.
- Remove the contents of share-config-custom.xml.sample from your share-config-custom.xml file, and save. If there is no other content in your share-config-custom.xml file, you can simply remove the file.
- Restart the SkyVault server.