[java-idp-plugin-duo] branch main updated: Fix a minor typo

Phil Smart philip.smart at jisc.ac.uk
Fri Mar 12 15:11:17 UTC 2021


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=ab0775fc9586ad04efa44942b0ea5ac25e2e2deb

The following commit(s) were added to refs/heads/main by this push:
       new  ab0775f   Fix a minor typo
ab0775f is described below

commit ab0775fc9586ad04efa44942b0ea5ac25e2e2deb
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 12 15:11:15 2021 +0000

    Fix a minor typo
---
 .../idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java
index a9fee3c..9851e75 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java
@@ -254,7 +254,7 @@ public class PopulateDuoAuthenticationContext extends AbstractAuthenticationActi
             final String redirectURI = redirectURICreationStrategy.apply(request,
                     (DynamicDuoOIDCIntegration)duoIntegration);
             if (redirectURI == null) {
-                throw new DuoException("A redirect_uri was not registered, or could not be computed");
+                throw new DuoException("A redirect_uri was not registered or could not be computed");
             }
            
             // set the redirectURI iff not already set. This should happen at least once on the first

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


More information about the commits mailing list