[java-identity-provider] branch maint-4 updated: IDP-1855 - Non-SAML flows should populate the "p" audit field

Scott Cantor cantor.2 at osu.edu
Mon Aug 29 20:30:33 UTC 2022


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

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

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 61d3f8e80 IDP-1855 - Non-SAML flows should populate the "p" audit field
61d3f8e80 is described below

commit 61d3f8e804df980a764cee79777ea5c7f6439ad6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 29 16:30:30 2022 -0400

    IDP-1855 - Non-SAML flows should populate the "p" audit field
    
    https://shibboleth.atlassian.net/browse/IDP-1855
    
    Add to CAS flows.
---
 .../net/shibboleth/idp/conf/audit-system.xml       | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml
index c757365cc..25acb4a85 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/audit-system.xml
@@ -1370,6 +1370,16 @@
           class="org.springframework.beans.factory.config.MapFactoryBean">
         <property name="sourceMap">
             <map>
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.PROTOCOL"/>
+                    </key>
+                    <bean parent="shibboleth.Functions.Constant">
+                        <constructor-arg>
+                            <util:constant static-field="net.shibboleth.idp.cas.config.AbstractProtocolConfiguration.PROTOCOL_URI" />
+                        </constructor-arg>
+                    </bean>
+                </entry>
                 <entry>
                     <key>
                         <util:constant static-field="net.shibboleth.idp.authn.AuthnAuditFields.AUTHN_FLOW_ID"/>
@@ -1468,6 +1478,16 @@
           class="org.springframework.beans.factory.config.MapFactoryBean">
         <property name="sourceMap">
             <map>
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.PROTOCOL"/>
+                    </key>
+                    <bean parent="shibboleth.Functions.Constant">
+                        <constructor-arg>
+                            <util:constant static-field="net.shibboleth.idp.cas.config.AbstractProtocolConfiguration.PROTOCOL_URI" />
+                        </constructor-arg>
+                    </bean>
+                </entry>
                 <entry>
                     <key>
                         <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.USERNAME"/>
@@ -1548,6 +1568,16 @@
           parent="shibboleth.DefaultCASValidationAuditExtractors">
         <property name="sourceMap">
             <map merge="true">
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.PROTOCOL"/>
+                    </key>
+                    <bean parent="shibboleth.Functions.Constant">
+                        <constructor-arg>
+                            <util:constant static-field="net.shibboleth.idp.cas.config.AbstractProtocolConfiguration.PROTOCOL_URI" />
+                        </constructor-arg>
+                    </bean>
+                </entry>
                 <entry>
                     <key>
                         <util:constant static-field="net.shibboleth.idp.cas.protocol.CASAuditFields.GRANTING_TICKET"/>

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


More information about the commits mailing list