[java-identity-provider] branch main updated: IDP-1855 - Non-SAML flows should populate the "p" audit field
Scott Cantor
cantor.2 at osu.edu
Mon Aug 29 20:31:11 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=fa733f2597fb29fc26597805b168e2f5399012f9
The following commit(s) were added to refs/heads/main by this push:
new fa733f259 IDP-1855 - Non-SAML flows should populate the "p" audit field
fa733f259 is described below
commit fa733f2597fb29fc26597805b168e2f5399012f9
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