[java-identity-provider] branch main updated: Add a couple of additional bean rewrites.

Scott Cantor cantor.2 at osu.edu
Thu Jul 20 12:49:52 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=a5a28e8f7498c7e1a46457555e4532948e339fb4

The following commit(s) were added to refs/heads/main by this push:
     new a5a28e8f7 Add a couple of additional bean rewrites.
a5a28e8f7 is described below

commit a5a28e8f7498c7e1a46457555e4532948e339fb4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 20 08:49:49 2023 -0400

    Add a couple of additional bean rewrites.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml   | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 48457dacd..f13c6fdc8 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -124,6 +124,13 @@
             
         <entry key="net.shibboleth.idp.saml.profile.logic.MappedEntityAttributesPredicate"
             value="net.shibboleth.saml.profile.context.logic.MappedEntityAttributesPredicate" />
+            
+        <entry key="net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction"
+            value="net.shibboleth.profile.context.navigate.ScriptedContextLookupFunction" />
+        <entry key="net.shibboleth.idp.profile.context.navigate.SpringExpressionContextLookupFunction"
+            value="net.shibboleth.profile.context.navigate.SpringExpressionContextLookupFunction" />
+        <entry key="net.shibboleth.idp.saml.profile.context.navigate.SAMLMetadataContextLookupFunction"
+            value="net.shibboleth.saml.profile.context.navigate.SAMLMetadataContextLookupFunction" />
     </util:map>
     
     <util:map id="shibboleth.ContextLookAsideMap">

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


More information about the commits mailing list