[java-identity-provider] branch main updated: IDP-96 User approval of attribute release per entity or organization or VO

Rod Widdowson rdw at steadingsoftware.com
Mon Feb 15 11:03:05 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw 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=fc359102cd242374101761c6840a67f4e6912083

The following commit(s) were added to refs/heads/main by this push:
       new  fc359102c IDP-96 User approval of attribute release per entity or organization or VO
fc359102c is described below

commit fc359102cd242374101761c6840a67f4e6912083
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Feb 15 10:34:07 2021 +0000

    IDP-96 User approval of attribute release per entity or organization or VO
    
    https://issues.shibboleth.net/jira/browse/IDP-96
    
    If a bean called shibboleth.consent.attribute-release.rp.Key
    exists it is used to qualify the consent in place of the RP
---
 .../net/shibboleth/idp/flows/intercept/attribute-release-beans.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/attribute-release-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/attribute-release-beans.xml
index 5fb96a7e7..6aa1907d3 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/attribute-release-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/attribute-release-beans.xml
@@ -70,7 +70,7 @@
     <bean id="shibboleth.consent.UserAndRelyingPartyStorageKey"
         class="net.shibboleth.idp.consent.logic.impl.JoinFunction"
         c:functionA-ref="shibboleth.consent.UserStorageKey"
-        c:functionB-ref="shibboleth.RelyingPartyIdLookup.Simple" />
+        c:functionB="#{getObject('shibboleth.consent.attribute-release.rp.Key') ?: getObject('shibboleth.RelyingPartyIdLookup.Simple')}" />
 
     <!--
     Function to return the storage key of the index record containing all storage keys

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list