[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/artifact-resolution-be...

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 9 23:40:06 EST 2014


Author: scantor
Date: Tue Dec  9 23:40:05 2014
New Revision: 7056

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7056&view=rev
Log:
IDP-76 - Treat port 443 as "insecure" for SAML messaging purposes

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-beans.xml?rev=7056&r1=7055&r2=7056&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-beans.xml Tue Dec  9 23:40:05 2014
@@ -35,7 +35,8 @@
 
     <bean id="InitializeMessageChannelSecurityContext"
         class="org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity" scope="prototype"
-        p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
+        p:httpServletRequest-ref="shibboleth.HttpServletRequest"
+        p:defaultPortInsecure="%{idp.security.defaultPortInsecure:true}" />
 
     <alias name="shibboleth.OutgoingSOAPBindings" alias="shibboleth.OutgoingBindings"/>
 

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml?rev=7056&r1=7055&r2=7056&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml Tue Dec  9 23:40:05 2014
@@ -35,7 +35,8 @@
 
     <bean id="InitializeMessageChannelSecurityContext"
         class="org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity" scope="prototype"
-        p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
+        p:httpServletRequest-ref="shibboleth.HttpServletRequest"
+        p:defaultPortInsecure="%{idp.security.defaultPortInsecure:true}" />
 
     <alias name="shibboleth.OutgoingSOAPBindings" alias="shibboleth.OutgoingBindings"/>
 

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-beans.xml?rev=7056&r1=7055&r2=7056&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-beans.xml Tue Dec  9 23:40:05 2014
@@ -35,7 +35,8 @@
 
     <bean id="InitializeMessageChannelSecurityContext"
         class="org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity" scope="prototype"
-        p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
+        p:httpServletRequest-ref="shibboleth.HttpServletRequest"
+        p:defaultPortInsecure="%{idp.security.defaultPortInsecure:true}" />
 
     <alias name="shibboleth.OutgoingSOAPBindings" alias="shibboleth.OutgoingBindings"/>
 

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml?rev=7056&r1=7055&r2=7056&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml Tue Dec  9 23:40:05 2014
@@ -35,7 +35,8 @@
 
     <bean id="InitializeMessageChannelSecurityContext"
         class="org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity" scope="prototype"
-        p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
+        p:httpServletRequest-ref="shibboleth.HttpServletRequest"
+        p:defaultPortInsecure="%{idp.security.defaultPortInsecure:true}" />
 
     <alias name="shibboleth.OutgoingSOAPBindings" alias="shibboleth.OutgoingBindings"/>
 

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml

[... 15 lines stripped ...]


More information about the commits mailing list