[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/audit-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 16 11:02:52 EDT 2015


Author: serac
Date: Thu Jul 16 11:02:52 2015
New Revision: 7639

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7639&view=rev
Log:
IDP-679 Add released attributes to CAS audit records.

https://issues.shibboleth.net/jira/browse/IDP-679

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=7639&r1=7638&r2=7639&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	Thu Jul 16 11:02:52 2015
@@ -518,6 +518,12 @@
                     </key>
                     <bean class="net.shibboleth.idp.cas.audit.StatusDetailLookupFunction" />
                 </entry>
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.ATTRIBUTES"/>
+                    </key>
+                    <bean class="net.shibboleth.idp.profile.audit.impl.AttributesAuditExtractor" />
+                </entry>
             </map>
         </property>
     </bean>



More information about the commits mailing list