[java-idp-oidc] branch main updated: JOIDC-169 - The use of shibboleth.AuditSuppressedProfiles is not working with OP

Henri Mikkonen henri.mikkonen at iki.fi
Fri Sep 1 11:15:58 UTC 2023


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=ec02bf665a46a817e8f944f4e9df3273b8f57100

The following commit(s) were added to refs/heads/main by this push:
     new ec02bf66 JOIDC-169 - The use of shibboleth.AuditSuppressedProfiles is not working with OP
ec02bf66 is described below

commit ec02bf665a46a817e8f944f4e9df3273b8f57100
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Sep 1 14:13:49 2023 +0300

    JOIDC-169 - The use of shibboleth.AuditSuppressedProfiles is not working with OP
    
    https://shibboleth.atlassian.net/browse/JOIDC-169
    
    Wired action condition "shibboleth.ProfileAuditingCondition" to WriteAuditLog. The same bean is shared with all flows.
---
 .../net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml
index 91cd0172..6b603b17 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml
@@ -79,6 +79,7 @@
         p:fieldExtractors="#{getObject('shibboleth.oidc.PostResponseAuditExtractors') ?: getObject('shibboleth.oidc.DefaultPostResponseAuditExtractors')}" />
         
     <bean id="WriteAuditLog" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
+        p:activationCondition-ref="shibboleth.ProfileAuditingCondition"
         p:formattingMap-ref="shibboleth.AuditFormattingMap"
         p:dateTimeFormat="#{getObject('shibboleth.AuditDateTimeFormat')}"
         p:useDefaultTimeZone="#{getObject('shibboleth.AuditDefaultTimeZone') ?: false}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list