[java-identity-provider] branch main updated: IDP-1958 - Remove ID-WSF SAML delegation support
Scott Cantor
cantor.2 at osu.edu
Fri Jan 20 18:41:07 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7aa1286b9a23da931d48b5e07f63b7104060ee0e
The following commit(s) were added to refs/heads/main by this push:
new 7aa1286b9 IDP-1958 - Remove ID-WSF SAML delegation support
7aa1286b9 is described below
commit 7aa1286b9a23da931d48b5e07f63b7104060ee0e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 20 13:41:04 2023 -0500
IDP-1958 - Remove ID-WSF SAML delegation support
https://shibboleth.atlassian.net/browse/IDP-1958
Stop wiring up delegation options on SAML2.SSO bean.
---
.../net/shibboleth/idp/conf/relying-party-mddriven.xml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
index ff0fdaca0..0f82f163a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
@@ -481,22 +481,6 @@
<property name="maximumTimeSinceAuthnLookupStrategy">
<bean parent="shibboleth.MDDrivenDurationProperty" p:propertyName="maximumTimeSinceAuthn" />
</property>
- <property name="allowDelegationPredicate">
- <bean class="net.shibboleth.shared.logic.PredicateSupport" factory-method="fromFunction">
- <constructor-arg>
- <bean parent="shibboleth.MDDrivenBoolProperty" p:propertyName="allowDelegation" />
- </constructor-arg>
- <constructor-arg value="false" />
- </bean>
- </property>
- <property name="maximumTokenDelegationChainLengthLookupStrategy">
- <bean parent="shibboleth.MDDrivenLongProperty" p:propertyName="maximumTokenDelegationChainLength">
- <property name="defaultValue">
- <util:constant
- static-field="net.shibboleth.idp.saml.saml2.profile.config.BrowserSSOProfileConfiguration.DEFAULT_DELEGATION_CHAIN_LENGTH"/>
- </property>
- </bean>
- </property>
</bean>
<bean id="SAML2.ECP.MDDriven" parent="SAML2.SSO.MDDriven" lazy-init="true"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list