From 289e44b31a7b7d27a348f56f593781269370a49a Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Wed, 14 Oct 2020 13:08:49 +0200
Subject: [PATCH] update certs with emg url as source

---
 shibauth/shibboleth-conf/shibboleth2.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibauth/shibboleth-conf/shibboleth2.xml b/shibauth/shibboleth-conf/shibboleth2.xml
index 424920c7..e3a18eaf 100755
--- a/shibauth/shibboleth-conf/shibboleth2.xml
+++ b/shibauth/shibboleth-conf/shibboleth2.xml
@@ -4,7 +4,7 @@
     xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"    
     xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
     clockSkew="180">
-    <ApplicationDefaults entityID="https://shib.pdas.prism.eox.at/shibboleth"
+    <ApplicationDefaults entityID="https://emg.pdas.prism.eox.at/shibboleth"
                          REMOTE_USER="eppn uid persistent-id targeted-id">
         <Sessions lifetime="28800" timeout="3600" relayState="ss:mem"
                   checkAddress="false" handlerSSL="true" cookieProps="https">
-- 
GitLab