[java-identity-provider] branch main updated: Add another missing creation strategy bean.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 8 17:43:41 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=626e432acadc50e9e9692fab9491c9aa7aeb3d8b
The following commit(s) were added to refs/heads/main by this push:
new 626e432ac Add another missing creation strategy bean.
626e432ac is described below
commit 626e432acadc50e9e9692fab9491c9aa7aeb3d8b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 8 12:43:37 2022 -0500
Add another missing creation strategy 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 09ad04559..bf509201e 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
@@ -88,6 +88,10 @@
class="org.opensaml.messaging.context.navigate.ChildContextLookup"
c:type="#{ T(org.opensaml.xmlsec.context.SecurityParametersContext) }"
c:createContext="true" />
+ <bean id="shibboleth.ChildLookupOrCreate.EncryptionParameters"
+ class="org.opensaml.messaging.context.navigate.ChildContextLookup"
+ c:type="#{ T(org.opensaml.saml.saml2.profile.context.EncryptionContext) }"
+ c:createContext="true" />
<bean id="shibboleth.ChildLookupOrCreate.AttributeContext"
class="org.opensaml.messaging.context.navigate.ChildContextLookup"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list