[java-idp-plugin-duo] branch main updated: Javadocs and logging improvements

Codeberg noreply at shibboleth.net
Tue Sep 22 15:45:40 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/da9ad59637fcacac6e45af7d24464a72fd16b30f

The following commit(s) were added to refs/heads/main by this push:
     new da9ad596 Javadocs and logging improvements
da9ad596 is described below

commit da9ad59637fcacac6e45af7d24464a72fd16b30f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Sep 22 16:45:30 2026 +0100

    Javadocs and logging improvements
---
 .../shibboleth/idp/plugin/authn/duo/AuthenticationRequestOptions.java   | 2 +-
 .../idp/plugin/authn/duo/impl/DuoAuthenticationTimeClaimsValidator.java | 2 +-
 .../shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/AuthenticationRequestOptions.java b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/AuthenticationRequestOptions.java
index 4f955122..96720f90 100644
--- a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/AuthenticationRequestOptions.java
+++ b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/AuthenticationRequestOptions.java
@@ -27,7 +27,7 @@ public class AuthenticationRequestOptions {
 	/** OIDC prompt parameter. */
 	@Nullable private String prompt;
 
-	/** OIDC max_age parameter in seconds. Is an Integer value in Duo.*/
+	/** OIDC max_age parameter. Sent as seconds to Duo.*/
 	@Nullable private Duration maxAge;
 	
 	/** Optional redirect URI override to use. */
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthenticationTimeClaimsValidator.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthenticationTimeClaimsValidator.java
index bfd0df9a..21669768 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthenticationTimeClaimsValidator.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthenticationTimeClaimsValidator.java
@@ -213,7 +213,7 @@ public class DuoAuthenticationTimeClaimsValidator extends AbstractClaimsValidato
             }
             
         } catch (final ParseException e) {
-            throw new JWTValidationException("Autentication forced, but no authentication time found in token",e);
+            throw new JWTValidationException("Authentication forced, but no authentication time found in token",e);
         }
         
         
diff --git a/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java b/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java
index 0afbdb30..ed26d943 100644
--- a/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java
+++ b/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java
@@ -67,7 +67,7 @@ public final class DuoSDKClientFactory extends AbstractInitializableComponent im
      * 
      * @param certs the list of certificate pins.
      * 
-     * @deprecated use {@link #setPinnedCertificates(List)}. Pinning public-key hashes is not longer supported.
+     * @deprecated use {@link #setPinnedCertificates(List)}. Pinning public-key hashes is no longer supported.
      */
     @Deprecated(since = "2.4.0", forRemoval = true)
     public synchronized void setCaCerts(@Nullable final List<String> certs) {

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


More information about the commits mailing list