[java-identity-provider] branch master updated: Add a utility bean for pre-requested attribute lookup.

Scott Cantor cantor.2 at osu.edu
Tue Mar 3 10:38:18 EST 2020


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=910c5ccc35e3d11ba4a1f891ef04a3a3e4ad36e4

The following commit(s) were added to refs/heads/master by this push:
       new  910c5cc   Add a utility bean for pre-requested attribute lookup.
910c5cc is described below

commit 910c5ccc35e3d11ba4a1f891ef04a3a3e4ad36e4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 3 10:38:16 2020 -0500

    Add a utility bean for pre-requested attribute lookup.
---
 idp-conf/src/main/resources/system/conf/utilities.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/idp-conf/src/main/resources/system/conf/utilities.xml b/idp-conf/src/main/resources/system/conf/utilities.xml
index c387bc7..f5de9cb 100644
--- a/idp-conf/src/main/resources/system/conf/utilities.xml
+++ b/idp-conf/src/main/resources/system/conf/utilities.xml
@@ -226,6 +226,15 @@
         c:type="#{ T(org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext) }"
         c:createContext="true" />
 
+    <!-- Lookup for prerequested attributes' AttributeContext. -->        
+    <bean id="shibboleth.ChildLookup.PreRequestedAttributeContext" parent="shibboleth.Functions.Compose">
+        <constructor-arg ref="shibboleth.ChildLookup.AttributeContext"/>
+        <constructor-arg>
+            <bean class="org.opensaml.messaging.context.navigate.ChildContextLookup"
+                c:type="#{ T(net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext) }" />
+        </constructor-arg>
+    </bean>        
+
     <!-- Wiring for proxy login flows to locate nested PRC. -->
     <bean id="shibboleth.ChildLookup.ProxyProfileRequestContext" parent="shibboleth.Functions.Compose">
         <constructor-arg>

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


More information about the commits mailing list