[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/relying-party.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 9 13:44:57 EDT 2014


Author: scantor
Date: Wed Jul  9 13:44:56 2014
New Revision: 6258

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6258&view=rev
Log:
Setting password default methods breaks tests.

Modified:
    trunk/idp-conf/src/main/resources/conf/relying-party.xml

Modified: trunk/idp-conf/src/main/resources/conf/relying-party.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/relying-party.xml?rev=6258&r1=6257&r2=6258&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/relying-party.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/relying-party.xml Wed Jul  9 13:44:56 2014
@@ -52,22 +52,26 @@
             <property name="profileConfigurations">
                 <util:list>
                     <bean parent="Shibboleth.SSO">
+                        <!--
                         <property name="defaultAuthenticationMethods">
                             <util:list>
                                 <bean parent="shibboleth.SAML1AuthenticationMethod"
                                     c:method="urn:oasis:names:tc:SAML:1.0:am:password" />
                             </util:list>
                         </property>
+                        -->
                     </bean>
                     <ref bean="SAML1.AttributeQuery" />
                     <ref bean="SAML1.ArtifactResolution" />
                     <bean parent="SAML2.SSO">
+                        <!--
                         <property name="defaultAuthenticationMethods">
                             <util:list>
                                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
                                     c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" />
                             </util:list>
                         </property>
+                        -->
                     </bean>
                     <ref bean="SAML2.ECP" />
                     <ref bean="SAML2.AttributeQuery" />



More information about the commits mailing list