[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jul 17 12:04:25 EDT 2015
Author: serac
Date: Fri Jul 17 12:04:25 2015
New Revision: 7641
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7641&view=rev
Log:
IDP-679 Log IdP session ID for all CAS audit records.
https://issues.shibboleth.net/jira/browse/IDP-679
Facilitates querying for all CAS services accessed during a single SSO
session, a common reporting use case.
Modified:
trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/audit-system.xml?rev=7641&r1=7640&r2=7641&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/audit-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/audit-system.xml Fri Jul 17 12:04:25 2015
@@ -494,6 +494,19 @@
</entry>
<entry>
<key>
+ <util:constant static-field="net.shibboleth.idp.cas.protocol.CASAuditFields.GRANTING_TICKET"/>
+ </key>
+ <bean class="com.google.common.base.Functions" factory-method="compose">
+ <constructor-arg name="g">
+ <bean class="net.shibboleth.idp.session.context.navigate.SessionContextIDLookupFunction" />
+ </constructor-arg>
+ <constructor-arg name="f">
+ <ref bean="shibboleth.ChildLookup.SessionContext" />
+ </constructor-arg>
+ </bean>
+ </entry>
+ <entry>
+ <key>
<util:constant static-field="net.shibboleth.idp.cas.protocol.CASAuditFields.SERVICE_TICKET"/>
</key>
<bean class="net.shibboleth.idp.cas.audit.TicketLookupFunction" />
More information about the commits
mailing list