Hi,
After update to Univention 4.3 the SAML Single Sign-On as single server patch broken both the web console and the SSO feature (G Suite integration).
After the update I only get an empty gray page and a bunch of 404 errors accessing both through the FQDN or the IP address of the server.
After a little panic I fixed undo the changes made by the script (setting everything back to ucs-sso.my.internal.domain)
FQDN=ucs-sso.ad.activarsas.co
ucr set ucs/server/sso/autoregistraton=yes
ucr set saml/idp/entityID="https://${FQDN}/simplesamlphp/saml2/idp/metadata.php"
ucr set saml/idp/certificate/privatekey="/etc/simplesamlphp/${FQDN}-idp-certificate.key"
ucr set saml/idp/certificate/certificate="/etc/simplesamlphp/${FQDN}-idp-certificate.crt"
ucr set ucs/server/sso/fqdn=$FQDN
ucr set umc/saml/sp-server=$FQDN
ucr set ucs/server/sso/virtualhost=true
ucr unset apache2/ssl/certificate
ucr unset apache2/ssl/key
rm /etc/apache2/ucs-sites.conf.d/servername.conf
univention-run-join-scripts --force --run-scripts 91univention-saml.inst
ucr set umc/saml/idp-server=https://${FQDN}/simplesamlphp/saml2/idp/metadata.php
univention-run-join-scripts --force --run-scripts 92univention-management-console-web-server.inst