--- /home/vheidelb/git/ucs/saml/univention-saml/conffiles/etc/simplesamlphp/metadata/00_saml20-idp-hosted.php.orig 2019-06-18 17:46:39.528562863 +0200 +++ /home/vheidelb/git/ucs/saml/univention-saml/conffiles/etc/simplesamlphp/metadata/00_saml20-idp-hosted.php 2019-06-19 10:33:00.466007209 +0200 @@ -17,6 +17,14 @@ */ 'host' => '__DEFAULT__', +SingleSignOnService = configRegistry.get('saml/idp/overwrite/SingleSignOnService') +SingleLogoutService = configRegistry.get('saml/idp/overwrite/SingleLogoutService') + +if SingleSignOnService: + print(" 'SingleSignOnService' => '{}',".format(SingleSignOnService)) +if SingleLogoutService: + print(" 'SingleLogoutService' => '{}',".format(SingleLogoutService)) + /* X.509 key and certificate. Relative to the cert directory. */ @!@ print " 'privatekey' => '%s'," % configRegistry.get('saml/idp/certificate/privatekey', configRegistry.get('apache2/ssl/key', '/etc/univention/ssl/%s.%s/private.key' % (configRegistry.get('hostname'), configRegistry.get('domainname')) ))