[java-idp-plugin-duo] branch main updated: Harmonise default Duo logging format property with the bean value

Phil Smart philip.smart at jisc.ac.uk
Thu May 18 10:50:32 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

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

The following commit(s) were added to refs/heads/main by this push:
     new bab1fe8  Harmonise default Duo logging format property with the bean value
bab1fe8 is described below

commit bab1fe8d6e4ff504c1e157abbb54d92925673316
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 18 11:50:30 2023 +0100

    Harmonise default Duo logging format property with the bean value
---
 .../idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties          | 2 +-
 .../shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties
index d2eeb13..d9414e0 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties
@@ -69,6 +69,6 @@ idp.duo.oidc.redirectURL = https://<hostname>:<port>/idp/profile/Authn/Duo/2FA/d
 # Write audit entries before the Duo redirect and after response validation
 #idp.duo.oidc.audit.enabled = false
 # The audit format to use
-#idp.duo.oidc.audit.format = %a|%T|%SP|%I|%s|%AF|%u|%AR|%DuoCID|%DuoF|%DuoDID|%UA
+#idp.duo.oidc.audit.format = %AAF|%a|%T|%DuoU|%DuoRedirect|%DuoCID|%DuoReqS|%DuoRespS|%DuoTXID|%DuoDID|%DuoDN|%DuoR|%DuoF
 # The audit category to use
 #idp.duo.oidc.audit.category = Shibboleth-Audit.DuoOIDC 
\ No newline at end of file
diff --git a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties
index f166eb9..30fdd23 100644
--- a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties
+++ b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties
@@ -57,6 +57,6 @@ idp.duo.oidc.redirectURL = https://<hostname>:<port>/idp/profile/Authn/Duo/2FA/d
 ## Write audit entries before the Duo redirect and after response validation
 #idp.duo.oidc.audit.enabled = false
 ## The audit format to use
-#idp.duo.oidc.audit.format = %a|%T|%SP|%I|%s|%AF|%u|%AR|%DuoCID|%DuoF|%DuoDID|%UA
+#idp.duo.oidc.audit.format = %AAF|%a|%T|%DuoU|%DuoRedirect|%DuoCID|%DuoReqS|%DuoRespS|%DuoTXID|%DuoDID|%DuoDN|%DuoR|%DuoF
 # The audit category to use
 #idp.duo.oidc.audit.category = Shibboleth-Audit.DuoOIDC 
\ No newline at end of file

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


More information about the commits mailing list