[java-idp-plugin-duo] branch main updated: Fix API host property fallback.

Scott Cantor cantor.2 at osu.edu
Thu Jan 4 20:27:30 UTC 2024


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

scantor 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=2e6bc65a15d45eef65503179bbfcd9d3e43395a4

The following commit(s) were added to refs/heads/main by this push:
     new 2e6bc65a Fix API host property fallback.
2e6bc65a is described below

commit 2e6bc65a15d45eef65503179bbfcd9d3e43395a4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 4 15:27:27 2024 -0500

    Fix API host property fallback.
---
 .../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9562792a..fff6dfb6 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
@@ -64,7 +64,7 @@
     <bean id="shibboleth.authn.DuoOIDC.Passwordless.DuoIntegration" lazy-init="false"
         class="net.shibboleth.idp.plugin.authn.duo.DefaultDuoOIDCIntegration"
         p:passwordless="true"
-        p:APIHost="%{idp.duo.oidc.passwordless.apiHost:none}"
+        p:APIHost="%{idp.duo.oidc.passwordless.apiHost:%{idp.duo.oidc.apiHost:none}}"
         p:clientId="%{idp.duo.oidc.passwordless.clientId:none}"
         p:secretKey="%{idp.duo.oidc.passwordless.secretKey:none}"
         p:registeredRedirectURI="%{idp.duo.oidc.passwordless.redirectURL:%{idp.duo.oidc.redirectURL:}}"

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


More information about the commits mailing list