[java-identity-provider] branch master updated: Add missing audit extraction bean.

Scott Cantor cantor.2 at osu.edu
Mon Nov 18 08:36:26 EST 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a914f942e66b82dbbd738ac5b577a49b1672002c

The following commit(s) were added to refs/heads/master by this push:
       new  a914f94   Add missing audit extraction bean.
a914f94 is described below

commit a914f942e66b82dbbd738ac5b577a49b1672002c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 18 08:36:19 2019 -0500

    Add missing audit extraction bean.
---
 .../main/resources/system/flows/logout/logout-propagation-beans.xml    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-conf/src/main/resources/system/flows/logout/logout-propagation-beans.xml b/idp-conf/src/main/resources/system/flows/logout/logout-propagation-beans.xml
index e1bba67..f4796ce 100644
--- a/idp-conf/src/main/resources/system/flows/logout/logout-propagation-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/logout/logout-propagation-beans.xml
@@ -27,6 +27,9 @@
         p:loggingId="%{idp.service.logging.logout-propagation:LogoutPropagation}"
         p:browserProfile="true" />
 
+    <bean id="FlowStartPopulateAuditContext" parent="shibboleth.AbstractPopulateAuditContext"
+        p:fieldExtractors="#{getObject('shibboleth.FlowStartAuditExtractors') ?: getObject('shibboleth.DefaultFlowStartAuditExtractors')}" />
+
     <bean id="PopulateMetricContext"
         class="org.opensaml.profile.action.impl.PopulateMetricContext" scope="prototype"
         p:metricStrategy="#{getObject('shibboleth.metrics.MetricStrategy')}" />

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


More information about the commits mailing list