[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 26 11:53:29 EST 2016
Author: scantor
Date: Fri Feb 26 11:53:29 2016
New Revision: 8104
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8104&view=rev
Log:
IDP-930 - Attributes missing from resolvertest audit record
https://issues.shibboleth.net/jira/browse/IDP-930
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=8104&r1=8103&r2=8104&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 Feb 26 11:53:29 2016
@@ -336,7 +336,15 @@
</key>
<bean class="net.shibboleth.idp.profile.audit.impl.AttributesAuditExtractor">
<property name="activationCondition">
- <bean class="net.shibboleth.idp.saml.profile.config.logic.IncludeAttributeStatementPredicate" />
+ <bean parent="shibboleth.Conditions.OR">
+ <constructor-arg>
+ <list>
+ <bean parent="shibboleth.Conditions.Expression"
+ c:_0="#profileContext.getProfileId().equals('http://shibboleth.net/ns/profiles/resolvertest')" />
+ <bean class="net.shibboleth.idp.saml.profile.config.logic.IncludeAttributeStatementPredicate" />
+ </list>
+ </constructor-arg>
+ </bean>
</property>
</bean>
</entry>
More information about the commits
mailing list