[java-identity-provider] branch main updated: Add a needed utility bean.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 3 19:59:29 UTC 2022
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=b1afd871170f1f8444de948d9f93793073b0d706
The following commit(s) were added to refs/heads/main by this push:
new b1afd8711 Add a needed utility bean.
b1afd8711 is described below
commit b1afd871170f1f8444de948d9f93793073b0d706
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 3 14:59:25 2022 -0500
Add a needed utility bean.
---
.../src/main/resources/net/shibboleth/idp/conf/functions.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
index a9e68aa68..f60d96c4e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
@@ -97,6 +97,10 @@
class="org.opensaml.messaging.context.navigate.ChildContextLookup"
c:type="#{ T(net.shibboleth.idp.attribute.filter.context.AttributeFilterContext) }"
c:createContext="true" />
+ <bean id="shibboleth.ChildLookupOrCreate.RelyingParty"
+ class="org.opensaml.messaging.context.navigate.ChildContextLookup"
+ c:type="#{ T(net.shibboleth.idp.profile.context.RelyingPartyContext) }"
+ c:createContext="true" />
<bean id="shibboleth.ChildLookupOrCreate.RelyingPartyUIContext"
class="org.opensaml.messaging.context.navigate.ChildContextLookup"
c:type="#{ T(net.shibboleth.idp.ui.context.RelyingPartyUIContext) }"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list