[java-plugin-shibd-saml] branch main updated: Add attribute audit field extractor.

Codeberg noreply at shibboleth.net
Thu Jun 25 19:59:15 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/9fc05d4c9484282b222beea939f2bd5cf5ec7eab

The following commit(s) were added to refs/heads/main by this push:
     new 9fc05d4  Add attribute audit field extractor.
9fc05d4 is described below

commit 9fc05d4c9484282b222beea939f2bd5cf5ec7eab
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Jun 25 14:17:35 2026 -0400

    Add attribute audit field extractor.
---
 .../resources/META-INF/net.shibboleth.idp/postconfig.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 2846aab..b1a9eac 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -601,6 +601,22 @@
                         </constructor-arg>
                     </bean>
                 </entry>
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.ATTRIBUTES"/>
+                    </key>
+                    <bean class="net.shibboleth.profile.audit.impl.AttributesAuditExtractor">
+                        <constructor-arg>
+                            <bean parent="shibboleth.Functions.Compose"
+                                    c:g-ref="shibboleth.ChildLookup.AttributeContext">
+                                <constructor-arg name="f">
+                                    <bean class="org.opensaml.messaging.context.navigate.ChildContextLookup"
+                                        c:type="#{ T(net.shibboleth.sp.saml.saml2.context.SAMLTokenContext) }" />
+                                </constructor-arg>
+                            </bean>
+                        </constructor-arg>
+                    </bean>
+                </entry>
             </map>
         </property>
     </bean>

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


More information about the commits mailing list