[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 28 18:36:59 EST 2014


Author: tzeller
Date: Tue Jan 28 18:36:59 2014
New Revision: 5263

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5263&view=rev
Log:
Formatting.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml?rev=5263&r1=5262&r2=5263&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml Tue Jan 28 18:36:59 2014
@@ -86,13 +86,15 @@
         p:securityConfiguration-ref="SecurityConfiguration" />
 
     <!-- TODO replace with eventual relying-party.xml config -->
-    <bean id="RelyingPartyConfiguration" class="net.shibboleth.idp.relyingparty.RelyingPartyConfiguration"
-            p:id="ActivatedRelyingPartyConfiguration"
-            p:responderId="https://idp.example.org"
-            p:detailedErrors="true"
-            p:profileConfigurations-ref="SAML1BrowserSSOProfileConfiguration"
-            p:activationCondition-ref="AlwaysTruePredicate" />
-            
+    <bean
+        id="RelyingPartyConfiguration"
+        class="net.shibboleth.idp.relyingparty.RelyingPartyConfiguration"
+        p:id="ActivatedRelyingPartyConfiguration"
+        p:responderId="https://idp.example.org"
+        p:detailedErrors="true"
+        p:profileConfigurations-ref="SAML1BrowserSSOProfileConfiguration"
+        p:activationCondition-ref="AlwaysTruePredicate" />
+
     <bean
         id="SelectProfileConfiguration"
         class="net.shibboleth.idp.profile.impl.SelectProfileConfiguration"



More information about the commits mailing list