[java-identity-provider] branch main updated: IDP-1788 - Problem with x509 Authentication in IDP 4.1.0

Scott Cantor cantor.2 at osu.edu
Tue Apr 6 15:07:44 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=c059e2c9e5f20ce1694bfe5357bbfca1592e7ee2

The following commit(s) were added to refs/heads/main by this push:
       new  c059e2c9e IDP-1788 - Problem with x509 Authentication in IDP 4.1.0
c059e2c9e is described below

commit c059e2c9e5f20ce1694bfe5357bbfca1592e7ee2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 6 11:07:41 2021 -0400

    IDP-1788 - Problem with x509 Authentication in IDP 4.1.0
    
    https://issues.shibboleth.net/jira/browse/IDP-1788
---
 .../main/resources/net/shibboleth/idp/flows/authn/x509-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/x509-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/x509-authn-beans.xml
index 4a1a4efb0..587d43217 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/x509-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/x509-authn-beans.xml
@@ -27,7 +27,7 @@
     <bean id="ValidateExternalAuthentication"
         class="net.shibboleth.idp.authn.impl.ValidateExternalAuthentication" scope="prototype"
         p:metricName="net.shibboleth.idp.authn.x509"
-        p:addDefaultPrincipals="#{getObject('shibboleth.authn.X509.addDefaultPrincipals') ?: %{idp.authn.X509.addDefaultPrincipals:true}}}"
+        p:addDefaultPrincipals="#{getObject('shibboleth.authn.X509.addDefaultPrincipals') ?: %{idp.authn.X509.addDefaultPrincipals:true}}"
         p:classifiedMessages="#{getObject('shibboleth.authn.X509.ClassifiedMessageMap')}"
         p:resultCachingPredicate="#{getObject('shibboleth.authn.X509.resultCachingPredicate')}" />
 

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


More information about the commits mailing list