[java-identity-provider] branch main updated: idp.authn.Duo.addDefaultPrincipals property not honored by DuoWeb bean

Scott Cantor cantor.2 at osu.edu
Fri May 21 00:17:13 UTC 2021


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f963a33cebcced035b5201cff3113682a5445925

The following commit(s) were added to refs/heads/main by this push:
       new  f963a33ce idp.authn.Duo.addDefaultPrincipals property not honored by DuoWeb bean
f963a33ce is described below

commit f963a33cebcced035b5201cff3113682a5445925
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 20 20:17:10 2021 -0400

    idp.authn.Duo.addDefaultPrincipals property not honored by DuoWeb bean
    
    https://issues.shibboleth.net/jira/browse/IDP-1823
---
 .../main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
index 589e5430a..fcb54726d 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
@@ -56,7 +56,7 @@
         p:httpServletRequest-ref="shibboleth.HttpServletRequest"
         p:usernameLookupStrategy-ref="shibboleth.authn.Duo.UsernameLookupStrategy"
         p:duoIntegrationLookupStrategy-ref="shibboleth.authn.Duo.DuoIntegrationStrategy"
-        p:addDefaultPrincipals="#{getObject('shibboleth.authn.Duo.addDefaultPrincipals') ?: true}"
+        p:addDefaultPrincipals="#{getObject('shibboleth.authn.Duo.addDefaultPrincipals') ?: %{idp.authn.Duo.addDefaultPrincipals:true}}"
         p:resultCachingPredicate="#{getObject('shibboleth.authn.Duo.resultCachingPredicate')}" />
 
     <bean id="ExtractDuoAuthenticationFromHeaders" scope="prototype"

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


More information about the commits mailing list