Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor corrections to spacing in relying-party config
pcaskey committed Apr 7, 2017
1 parent 0ef5000 commit 14108c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/relying-party.xml
@@ -35,14 +35,14 @@
<property name="profileConfigurations">
<list>
<!-- Uncomment to enable optional SAML 1.1 support -->
<!--<bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release" />
<!--<bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release" />
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />-->
<bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
<ref bean="SAML2.ECP" />
<ref bean="SAML2.Logout" />
<!-- Uncomment to enable optional back-channel features -->
<!--<ref bean="SAML2.AttributeQuery" />
<!-- Uncomment to enable optional back-channel features -->
<!--<ref bean="SAML2.AttributeQuery" />
<ref bean="SAML2.ArtifactResolution" />-->
<ref bean="Liberty.SSOS" />
</list>

0 comments on commit 14108c4

Please sign in to comment.