[java-identity-provider] branch main updated: IDP-1775 - Add audit extraction of RelayState
Scott Cantor
cantor.2 at osu.edu
Fri Mar 12 17:14:31 UTC 2021
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=52f035ee71142c2dd9db9026d19304f779286df9
The following commit(s) were added to refs/heads/main by this push:
new 52f035ee7 IDP-1775 - Add audit extraction of RelayState
52f035ee7 is described below
commit 52f035ee71142c2dd9db9026d19304f779286df9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 12 12:14:27 2021 -0500
IDP-1775 - Add audit extraction of RelayState
https://issues.shibboleth.net/jira/browse/IDP-1775
---
.../main/resources/net/shibboleth/idp/conf/audit-system.xml | 12 ++++++++++++
1 file changed, 12 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 6cfbf2f21..750afa9d0 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
@@ -137,6 +137,18 @@
</constructor-arg>
</bean>
</entry>
+ <entry>
+ <key>
+ <util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.RELAY_STATE"/>
+ </key>
+ <bean parent="shibboleth.Functions.Compose">
+ <constructor-arg name="g">
+ <bean parent="shibboleth.Functions.Expression"
+ c:_0="#input != null ? T(org.opensaml.saml.common.binding.SAMLBindingSupport).getRelayState(#input) : null" />
+ </constructor-arg>
+ <constructor-arg name="f" ref="shibboleth.MessageContextLookup.Inbound"/>
+ </bean>
+ </entry>
<entry>
<key>
<util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.SIGNING"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list