[java-identity-provider] branch main updated: OSJ-362: Add support for dynamic config to Decrypter
Brent Putman
putmanb at georgetown.edu
Mon Jul 31 23:18:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb 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=e0aa549a7336a5d7bc2349917c1328ce402dfdc5
The following commit(s) were added to refs/heads/main by this push:
new e0aa549a7 OSJ-362: Add support for dynamic config to Decrypter
e0aa549a7 is described below
commit e0aa549a7336a5d7bc2349917c1328ce402dfdc5
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Jul 31 19:17:17 2023 -0400
OSJ-362: Add support for dynamic config to Decrypter
---
.../main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml
index eb4695073..42a83db62 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml
@@ -163,6 +163,7 @@
<bean id="PopulateDecryptionParameters"
class="org.opensaml.profile.action.impl.PopulateDecryptionParameters" scope="prototype"
+ p:recipientLookupStrategy-ref="shibboleth.IssuerLookup.Simple"
p:configurationLookupStrategy-ref="shibboleth.DecryptionConfigurationLookup"
p:decryptionParametersResolver-ref="shibboleth.DecryptionParametersResolver" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list