[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/conf: legacy-relying-party-defaults.xml ...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 25 19:27:19 EST 2014
Author: scantor
Date: Tue Nov 25 19:27:19 2014
New Revision: 7018
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7018&view=rev
Log:
Fix default endpoint index used for SAML 2 artifacts to match generated metadata
Modified:
trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml
trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml?rev=7018&r1=7017&r2=7018&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/legacy-relying-party-defaults.xml Tue Nov 25 19:27:19 2014
@@ -13,17 +13,17 @@
c:_0="security-policy/saml-soap" />
<bean id="shibboleth.SAML2.Logout.ArtifactServiceIndex" class="java.lang.String"
- c:_0="%{idp.artifact.endpointIndex:1}" />
+ c:_0="%{idp.artifact.endpointIndex:2}" />
<bean id="shibboleth.SAML2.Logout.InboundFlowId" class="java.lang.String"
c:_0="security-policy/saml2-slo" />
<bean id="shibboleth.SAML2.AttributeQuery.ArtifactServiceIndex" class="java.lang.String"
- c:_0="%{idp.artifact.endpointIndex:1}" />
+ c:_0="%{idp.artifact.endpointIndex:2}" />
<bean id="shibboleth.SAML2.AttributeQuery.InboundFlowId" class="java.lang.String"
c:_0="security-policy/saml-soap" />
<bean id="shibboleth.SAML2.BrowserSSO.ArtifactServiceIndex" class="java.lang.String"
- c:_0="%{idp.artifact.endpointIndex:1}" />
+ c:_0="%{idp.artifact.endpointIndex:2}" />
<bean id="shibboleth.SAML2.BrowserSSO.InboundFlowId" class="java.lang.String"
c:_0="security-policy/saml2-sso" />
@@ -39,12 +39,12 @@
c:_0="security-policy/saml-soap" />
<bean id="shibboleth.SAML1.AttributeQuery.ArtifactServiceIndex" class="java.lang.String"
- c:_0="%{idp.artifact.endpointIndex:1}" />
+ c:_0="%{idp.artifact.endpointIndex:2}" />
<bean id="shibboleth.SAML1.AttributeQuery.InboundFlowId" class="java.lang.String"
c:_0="security-policy/saml-soap" />
<bean id="shibboleth.SAML1.BrowserSSO.ArtifactServiceIndex" class="java.lang.String"
- c:_0="%{idp.artifact.endpointIndex:1}" />
+ c:_0="%{idp.artifact.endpointIndex:2}" />
<bean id="shibboleth.SAML1.BrowserSSO.InboundFlowId" class="java.lang.String"
c:_0="security-policy/shibboleth-sso" />
Modified: trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml?rev=7018&r1=7017&r2=7018&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml Tue Nov 25 19:27:19 2014
@@ -105,7 +105,7 @@
<bean id="shibboleth.DefaultArtifactConfiguration"
class="net.shibboleth.idp.saml.profile.config.BasicSAMLArtifactConfiguration"
- p:artifactResolutionServiceIndex="%{idp.artifact.endpointIndex:1}" />
+ p:artifactResolutionServiceIndex="%{idp.artifact.endpointIndex:2}" />
<!--
Security Configuration Defaults
More information about the commits
mailing list