[java-idp-plugin-duo] branch main updated: Fix property typo
Codeberg
noreply at shibboleth.net
Fri Sep 4 16:33:09 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-duo/commit/f9dd0ca02b116bcd2beee559577e74eb0686f660
The following commit(s) were added to refs/heads/main by this push:
new f9dd0ca0 Fix property typo
f9dd0ca0 is described below
commit f9dd0ca02b116bcd2beee559577e74eb0686f660
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Sep 4 17:32:58 2026 +0100
Fix property typo
---
.../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml | 2 +-
.../java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java | 2 +-
.../idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
index f218613f..098aea4c 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
@@ -280,7 +280,7 @@
<bean id="shibboleth.authn.DuoOIDC.jwt.DefaultAuthenticationRequestTimeLookupStrategy"
class="net.shibboleth.idp.plugin.authn.duo.AuthenticationRequestTimeLookupStrategy"
- c:clockSkew="%{idp.duo.oidc.jwt.verifier.authnRequesTimeClockSkew:%{idp.duo.oidc.jwt.verifier.clockSkew:PT60S}}"/>
+ c:clockSkew="%{idp.duo.oidc.jwt.verifier.authnRequestTimeClockSkew:%{idp.duo.oidc.jwt.verifier.clockSkew:PT60S}}"/>
<bean id="shibboleth.authn.DuoOIDC.jwt.DefaultAuthenticationLifetimeLookupStrategy"
class="net.shibboleth.idp.plugin.authn.duo.DuoAuthenticationLifetimeLookupStrategy"
diff --git a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java
index f0df185b..518b2733 100644
--- a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java
+++ b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java
@@ -1006,7 +1006,7 @@ public class DuoAuthnFlowTest extends AbstractAuthnXmlFlowExecutionTests {
// Configure a null authentication lifetime to turn off the check
"idp.duo.oidc.jwt.verifier.reauthLifetime","PT0S",
"idp.duo.oidc.jwt.verifier.clockSkew", "PT60S",
- "idp.duo.oidc.jwt.verifier.authnRequesTimeClockSkew","PT5S");
+ "idp.duo.oidc.jwt.verifier.authnRequestTimeClockSkew","PT5S");
setMockProperties(mockProperties);
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 6e51cdca..9af8bf36 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
@@ -96,7 +96,7 @@ idp.duo.oidc.admin.landingPage = https://example.org
# Negative adjustment applied to the authentication request time when validating that authentication occurred after
# the request was issued. Only applies if the authLifetime or reauthLifetime is set to a zero duration. Defaults to
# the value supplied by idp.duo.oidc.jwt.verifier.clockSkew, or PT60S if not set.
-#idp.duo.oidc.jwt.verifier.authnRequesTimeClockSkew = %{idp.duo.oidc.jwt.verifier.clockSkew:PT60S}
+#idp.duo.oidc.jwt.verifier.authnRequestTimeClockSkew = %{idp.duo.oidc.jwt.verifier.clockSkew:PT60S}
# Write audit entries before the Duo redirect and after response validation
#idp.duo.oidc.audit.enabled = false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list