diff --git a/Workbench/idp/shibboleth-idp/conf/relying-party.xml b/Workbench/idp/shibboleth-idp/conf/relying-party.xml
index b7c17d1..b11821d 100644
--- a/Workbench/idp/shibboleth-idp/conf/relying-party.xml
+++ b/Workbench/idp/shibboleth-idp/conf/relying-party.xml
@@ -41,7 +41,7 @@
                 <ref bean="SAML1.ArtifactResolution" />
                 -->
 				<bean parent="SAML2.SSO.MDDriven" p:postAuthenticationFlows="attribute-release"/>
-                <!-- <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" /> -->
+                <!--<bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />-->
                 <ref bean="SAML2.ECP" />
                 <ref bean="SAML2.Logout" />
                 <!--
diff --git a/Workbench/idp/shibboleth-idp/conf/services.xml b/Workbench/idp/shibboleth-idp/conf/services.xml
index e5cceb5..9595bad 100644
--- a/Workbench/idp/shibboleth-idp/conf/services.xml
+++ b/Workbench/idp/shibboleth-idp/conf/services.xml
@@ -20,7 +20,7 @@
 
     <util:list id="shibboleth.MetadataResolverResources">
         <value>%{idp.home}/conf/metadata-providers.xml</value>
-		<value>%{idp.home}/conf/generated/shibui-metadata-providers.xml</value>
+		<!--<value>%{idp.home}/conf/generated/shibui-metadata-providers.xml</value>-->
         <value>%{idp.home}/system/conf/metadata-providers-system.xml</value>
     </util:list>