[java-identity-provider] branch main updated: IDP-2412- - Add an audit field for the RelyingPartyConfiguration bean ID
Scott Cantor
cantor.2 at osu.edu
Mon Nov 10 18:22:59 UTC 2025
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:
https://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9c9bd1d4e508f7718a9e80ead36e1ad7824cfa6c
The following commit(s) were added to refs/heads/main by this push:
new 9c9bd1d4e IDP-2412- - Add an audit field for the RelyingPartyConfiguration bean ID
9c9bd1d4e is described below
commit 9c9bd1d4e508f7718a9e80ead36e1ad7824cfa6c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 10 13:22:56 2025 -0500
IDP-2412- - Add an audit field for the RelyingPartyConfiguration bean ID
https://shibboleth.atlassian.net/browse/IDP-2412
Added for CAS.
---
.../net/shibboleth/idp/conf/audit-system.xml | 24 ++++++++++++++++++++++
1 file changed, 24 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 efd7d0988..758fe35d6 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
@@ -1392,6 +1392,18 @@
</constructor-arg>
</bean>
</entry>
+ <entry>
+ <key>
+ <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.RELYING_PARTY_CONFIG"/>
+ </key>
+ <bean parent="shibboleth.Functions.Compose"
+ c:f-ref="shibboleth.ChildLookup.RelyingParty">
+ <constructor-arg name="g">
+ <bean parent="shibboleth.Functions.Expression"
+ c:_0="#input?.getConfiguration()?.getId()" />
+ </constructor-arg>
+ </bean>
+ </entry>
<entry>
<key>
<util:constant static-field="net.shibboleth.idp.authn.AuthnAuditFields.AUTHN_FLOW_ID"/>
@@ -1500,6 +1512,18 @@
</constructor-arg>
</bean>
</entry>
+ <entry>
+ <key>
+ <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.RELYING_PARTY_CONFIG"/>
+ </key>
+ <bean parent="shibboleth.Functions.Compose"
+ c:f-ref="shibboleth.ChildLookup.RelyingParty">
+ <constructor-arg name="g">
+ <bean parent="shibboleth.Functions.Expression"
+ c:_0="#input?.getConfiguration()?.getId()" />
+ </constructor-arg>
+ </bean>
+ </entry>
<entry>
<key>
<util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.USERNAME"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list