[java-identity-provider] branch main updated: Add context class look aside for RelyingPartyContext.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 1 21:16:04 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=1f0a53651a8741d83e31593b4433efc6450c9a0c
The following commit(s) were added to refs/heads/main by this push:
new 1f0a53651 Add context class look aside for RelyingPartyContext.
1f0a53651 is described below
commit 1f0a53651a8741d83e31593b4433efc6450c9a0c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 1 17:16:02 2023 -0400
Add context class look aside for RelyingPartyContext.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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 e2d69cdeb..ecbd457ed 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
@@ -125,6 +125,10 @@
<entry key="net.shibboleth.idp.saml.profile.logic.MappedEntityAttributesPredicate"
value="net.shibboleth.saml.profile.context.logic.MappedEntityAttributesPredicate" />
</util:map>
+
+ <util:map id="shibboleth.ContextLookAsideMap">
+ <entry key="net.shibboleth.idp.profile.context.RelyingPartyContext" value="#{T(net.shibboleth.profile.context.RelyingPartyContext)}" />
+ </util:map>
<!-- This extends the original user-space resource list with the classpath-embedded message tree. -->
<bean id ="ExtendedMessageSourceResources" parent="shibboleth.ListCombiner"
@@ -140,7 +144,7 @@
p:cacheSeconds="%{idp.message.cacheSeconds:300}"
p:basenames-ref="ExtendedMessageSourceResources"
p:defaultEncoding="UTF-8" />
-
+
<import resource="${idp.home}/conf/global.xml" />
<import resource="${idp.home}/conf/errors.xml" />
<import resource="audit-system.xml" />
@@ -174,7 +178,8 @@
<bean id="shibboleth.OpenSAMLConfig" class="net.shibboleth.profile.spring.impl.OpenSAMLConfigBean"
depends-on="systemPrereqs,shibboleth.LoggingService"
p:parserPool-ref="shibboleth.ParserPool"
- p:metricRegistry-ref="shibboleth.metrics.MetricRegistry" />
+ p:metricRegistry-ref="shibboleth.metrics.MetricRegistry"
+ p:contextLookAsideMap-ref="shibboleth.ContextLookAsideMap" />
<bean class="net.shibboleth.idp.admin.impl.LogImplementationDetails" c:_0="%{idp.home}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list