Skip to content

Commit

Permalink
backout changes to services.xml in idp
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Dec 16, 2020
1 parent 38614a4 commit 5e00178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Workbench/idp/shibboleth-idp/conf/relying-party.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion Workbench/idp/shibboleth-idp/conf/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 5e00178

Please sign in to comment.