Please validate your SP's SAML metadata with this script. This script will be automatically run on every pull request for the SPF-SPs-metadata repository.
The script should be plug and play, so on Unix/Linux you can use:
$ ./check-saml-metadata/check_saml_metadata.sh clarin-sp-metadata.xml
$ ./check-saml-metadata/check_saml_metadata.sh <directory_path>
If the check_saml_metadata.sh does not guess JAVA_HOME correctly, please set it explictly, e.g.
$ export JAVA_HOME=/you/path/to/jre